I have an issue I hope you can help me with. I have an API call to get the list of time sheets in Business Central using an OAUTH2 token.
GET REQUEST from Postman: api.businesscentral.dynamics.com/.../timeRegistrationEntries ge 2022-04-04 and date le 2022-06-06
When I send this request in Postman, I get a 200 OK response, but there are no time sheet values (the response reads "Value": [])
I expected to see below time sheets:

I have other requests to the same company that work e.g., get list of accounts
GET REQUEST from Postman: api.businesscentral.dynamics.com/.../accounts
If you can point me in the direction of the problem it would be much appreciated.
Thank you,
Lisa