Deskhero Developer Hub
Back to deskhero.com
List entries

Sort grouped

Stores the manual order of the given list entries inside one swimlane and column combination of the grouped view, and returns the sort key each entry ended up with.

PUT /api/{tenant:minlength(2)}/v{version:apiVersion}/list_entries/{list_id}/sort_grouped
Authorisation
Minimum role: USER

Request arguments

Name Type Source
list_idInt32
inputDTO_custom_sort_inputBody
Request body example

Response

Status
200 (OK)
Type
DTO_custom_sort_response_item[]
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_custom_sort_input
NameTypeReadOnlyDescription
idsInt32[]Ids
swimlane_fieldStringSwimlane field
column_fieldStringColumn field
position_followsStringPosition follows
position_precedesStringPosition precedes
DTO_custom_sort_response_item
NameTypeReadOnlyDescription
idInt32Id
custom_sortStringCustom sort

Generated Aug 4, 2026 18:37