Tickets / Get logs

Return logs for specific ticket.

Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/tickets/logs/{id}

Method: GET

Authorisation: Minimum role: USER

Request Arguments
Name Type Source
idInt32

  Request body example

Response object

Response status: 200 (OK)

Response type: DTO_log_item[]

Wrapper: DTO_response_wrap

Other response 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.