Deskhero Developer Hub
Back to deskhero.com
Tickets

Get logs

Returns the change timeline recorded against the ticket and all of its conversations, covering field edits, automation runs, SLA transitions and merges, with system-only rows such as language detection and locked-settings automations left out. Both the conversation lookup and the log lookup stop at 1000 rows, so very long tickets can be truncated.

GET /api/{tenant:minlength(2)}/v{version:apiVersion}/tickets/logs/{id}
Authorisation
Minimum role: USER

Request arguments

Name Type Source
idInt32
Request body example

Response

Status
200 (OK)
Type
DTO_log_item[]
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_log_item
NameTypeReadOnlyDescription
created_byDTO_reference_userCreated by
automationDTO_referenceAutomation
idStringId
property_nameStringProperty name
property_titleStringProperty title
old_valueStringOld value
new_valueStringNew value
created_dateDateTimeCreated date
DTO_reference_user
NameTypeReadOnlyDescription
profile_picStringReadOnlyProfile pic
emailStringReadOnlyEmail
idInt32Id
labelObjectReadOnlyLabel
DTO_reference
NameTypeReadOnlyDescription
idInt32The id of the reference
labelObjectReadOnlyName/Label from referenced object.

Generated Aug 4, 2026 18:37