Sign in

List all time entries of a ticket

documented

List time entries associated with a ticket.

GET /api/v2/tickets/{id}/time_entriesTicketsno 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://{{$domain}}/api/v2/tickets/{{$id}}/time_entries?page={{$page}}&per_page={{$limit}}" \
  -v \
  -u "{{FRESHDESK_API_KEY}}:X" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
List all time entries of a ticket · freshdesk · OpenIntegrations