Skip to content

Strange behaviour when querying mail using the REST-API  #591

@wtldev

Description

@wtldev

I have written a Java program in order to fetch mails via REST-Api by filtering mails using the receivedOn property.
If I use exactly the same filter properties I get diefferent results using Swagger UI and my java program.
In case of using the SaggerUI I fetch the mail, in the other case the result is empty ?

{ "filter": { "type": "greater_than", "property": "receivedOn", "value": "2024-10-08T10:10:14.968585Z" }, "page": 0, "size": 500, "sort": { "orders": [ { "property": "id", "direction": "ASC" } ] } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions