Deskhero Developer Hub
Back to deskhero.com
List entries

List grouped

Returns the list's entries bucketed into the cells formed by swimlane_key and column_key (at least one is required, and each must resolve to a whole number, boolean or single-select property), holding at most 50 entries per cell when one key is given and 10 when both are, with each cell also reporting its true total. A combination producing more than 500 cells is refused, and unlike the flat list this call writes: entries with no manual sort key yet for the chosen swimlane and column combination get one assigned and stored.

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

Request arguments

Name Type Source
list_idInt32
swimlane_keyString
column_keyString
filterDTO_standard_filterQuery
Request body example

Response

Status
200 (OK)
Type
DTO_list_entry
Wrapper
DTO_response_wrap_get_many
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_standard_filter
NameTypeReadOnlyDescription
sort_by_keyStringSort by key
response_field_keysString[]Only return the fields specified
filtersString[]Each string needs to be structured: filters=field_key:operator:value1|value2|value3 Only used to store filters for passing along as querystring
include_aggregationsBooleanInclude aggregations
include_importedBooleanInclude imported
searchStringSearch
sort_orderENUM sort_orderSort order
takeInt32Take
pageInt32Page
DTO_list_entry
NameTypeReadOnlyDescription
idInt32ReadOnlyId
createdDateTimeReadOnlyCreated
created_byDTO_reference_userReadOnlyCreated by
last_updatedDateTimeReadOnlyLast updated
last_updated_byDTO_reference_userReadOnlyLast updated by
DTO_reference_user
NameTypeReadOnlyDescription
profile_picStringReadOnlyProfile pic
emailStringReadOnlyEmail
idInt32Id
labelObjectReadOnlyLabel
ENUM sort_order
ValueNameDescription
0ASCASC
1DESCDESC

Generated Aug 4, 2026 18:37