Ask a question
Filter on date
16 days ago by Valentin
Hello,
The API documentation specify this :
"Dates attributes consumed by the API
There are two ways of interacting with dates with the API.
Filtering objects: When retrieving sessions from the API (GET /sessions and GET /events/{id}/sessions for instance), you can filter them by their starting date (start/end) using both timestamps and ISO-8601 dates."
Would it be possible to have an example of how this works when you are filtering with other criteria such as page number or size ? I have a hard time seeing the exact syntax of a query using the date filter.
Thanks you !