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 ?
@wtldev can you please share more details how you try to access the API? Can you provide a code snippet for example? The issue might be related to missing HTTP headers.
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" } ] } }