Tickets / Sort grouped
Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/tickets/sort_grouped
Method: PUT
Authorisation: Minimum role: USER
Response object
Response status: 200 (OK)
Response type: DTO_custom_sort_response_item[]
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_custom_sort_input
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| ids | Int32[] | Ids | |
| swimlane_field | String | Swimlane field | |
| column_field | String | Column field | |
| position_follows | String | Position follows | |
| position_precedes | String | Position precedes |
DTO_custom_sort_response_item
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id | |
| custom_sort | String | Custom sort |