Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wtldev opened this issue Oct 8, 2024 · 1 comment
Open

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

wtldev opened this issue Oct 8, 2024 · 1 comment

Comments

@wtldev
Copy link

wtldev commented Oct 8, 2024

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" } ] } }

@gessnerfl
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants