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 |
---|---|---|
id | Int32 |
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
Name | Type | ReadOnly | Description |
---|---|---|---|
created_by | DTO_reference_user | Created by | |
automation | DTO_reference | Automation | |
id | String | Id | |
property_name | String | Property name | |
property_title | String | Property title | |
old_value | String | Old value | |
new_value | String | New value | |
created_date | DateTime | Created date |
DTO_reference_user
Name | Type | ReadOnly | Description |
---|---|---|---|
profile_pic | String | ReadOnly | Profile pic |
String | ReadOnly | ||
id | Int32 | Id | |
label | Object | ReadOnly | Label |
DTO_reference
Name | Type | ReadOnly | Description |
---|---|---|---|
id | Int32 | The id of the reference | |
label | Object | ReadOnly | Name/Label from referenced object. |