Deskhero Developer Hub
Back to deskhero.com
List entries

Get one

Returns one entry of the given list, with the files referenced from its fields resolved into attachments. An id that does not exist, belongs to a different list, has been deleted, or sits in a list the calling User cannot read all come back as the same not-found.

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

Request arguments

Name Type Source
list_idInt32
idInt32
Request body example

Response

Status
200 (OK)
Type
DTO_list_entry
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
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

Generated Aug 4, 2026 18:37