Skip to content

Implement pagination for listAllConversations #223

@ghost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions