Sign in

List conversations of archived ticket

documented

List conversations for an archived ticket.

GET /api/v2/tickets/archived/{id}/conversationsTicketsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{FRESHDESK_DOMAIN}}.freshdesk.com/api/v2/tickets/archived/{{$id}}/conversations" \\
  -u {{FRESHDESK_API_KEY}}:X \\
  -H \"Accept: application/json\" \\
  -X GET
List conversations of archived ticket · freshdesk · OpenIntegrations