-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
Description
Feature Request
Current behavior
Right now, a user passes an id, and the API returns by default 30 conversations. However, there is no way to get more conversations in a paginated manner
Expected behavior
should be similar to listAllTickets
More details
tested we can add per_page and page fields as parameters for the conversation endpoint
GET request to https://domain.freshdesk.com/api/v2/tickets/{ticket_id}/conversations?per_page=1&page=1
returns a link parameter in header
Reactions are currently unavailable