We have an API Integration to show tickets of specific custom views running on APIv1
We now want to do the same thing in APIv2 but we are not able to find an option in the documentation to list tickets of a specific view_id
The old address was:
https://<domain>.freshservice.com/helpdesk/tickets/view/<view_id>?format=json
So we just had to change the ID and get a list of all Tickets of this specific view.
How do we get this data now?
Its really sad that a really useful feature is not available in the new version anymore.