Hi - I already went through the articles that might be related to my problem but couldn't find any solution.
I simply want to know the count of all created tickets in our support department.
When I'm sending the request https://xxxxxxx.freshservice.com/helpdesk/tickets/view/12345?format=json"
... I only get the first 30 results back. The only possibility I see here is to loop through all pages by using ?page=X - in case the result is again 30 I go with ?page=2 and so on.
The problem here is that I do not know if there is a "next page" if my result is again 30. Could be that there are exact 30 tickets
But anyway, this isn't really the solution what I am looking for - there must be an easier way since I already see the total count of tickets in the web GUI, in my view!
Maybe I missed something in the Api documentation. help please :-)