Good morning,
currently we’re trying to make an API call to fetch all tickets but the result are around 100 approximately and even when we use pagination we only get this same amount of tickets.
The endpoint we’re using is the following:
/api/v1/tickets?page=100&per_page=100
What would be the correct way to call for all tickets or when this is not possible, all tickets in a specific date → date window?