Get resolution history

GET {{baseUrl}}/v1/tickets/:ticket_id/resolutionHistory

This API fetches the resolution history of a ticket

OAuth Scope

  • Desk.tickets.READ

Request Params

KeyDatatypeRequiredDescription
fromstringIndex number starting from which records must be fetched
limitstringNumber of records to fetch

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"data":[{"modifiedTime":"2015-12-12T00:00:00Z","author":{"firstName":"saran","lastName":"raj","photoURL":"https://desk.zoho.com/api/v1/agent/160200000000068005/photo","id":160200000000068000,"email":"carol@zylker.com"},"content":"update ticket resolution"},{"modifiedTime":"2015-11-12T00:00:00Z","author":{"firstName":"saran","lastName":"raj","photoURL":"https://desk.zoho.com/api/v1/agent/160200000000068005/photo","id":160200000000068000,"email":"carol@zylker.com"},"content":"add ticket resolution"}]}