Tickets / Refresh
Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/tickets/refresh
Method: GET
Authorisation: Minimum role: USER
Request Arguments
Name | Type | Source |
---|---|---|
refresh_key | String | Query |
Request body example
Response object
Response status: 200 (OK)
Response type: DTO_refreshed_tickets
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_refreshed_tickets
Name | Type | ReadOnly | Description |
---|---|---|---|
new_tickets | Object | New tickets | |
updated_tickets | Object | Updated tickets | |
deleted_ticket_ids | Int32[] | Deleted ticket ids | |
refresh_key | String | Refresh key |