Skip to main content

Where in the API can I access time tracked against a ticket? Listing a ticket does not output any information on time tracked against it. Am I missing something?



Phil,

There are APIs to list time entries added to a ticket.


Sample Curl:


curl -v -u user@yourcompany.com:test -H
"Content-Type: application/json" -X GET https://domain.freshdesk.com/helpdesk/tickets/41/time_sheets.json

Doc Reference: http://freshdesk.com/api#time-entries