Command to open ticket counts?
Command to open ticket counts?
Hi!
I'm new to this but I'm wondering of there's a way to get just the count of tickets by certain status (in my case, I just want the count of open tickets...
The command I'm currently using is:
curl -X GET
https://desk.zoho.com/api/v1/ticketsCountByFieldValues?field=status
-H 'Authorization: xxx' -H 'orgId: yyy'
Thank you!