Deskhero Developer Hub
Back to deskhero.com
List entries

Update

Updates entries in the given list, each object carrying its own id; rows whose values already match are silently dropped from both the write and the response, and a call in which nothing changed at all comes back as "Nothing to update". Without "properties" the dynamic field values left out of the body are kept but built-in properties such as group, assignee and requester are cleared, while with "properties" only the listed keys may appear in the body and any other key is rejected; every changed value is written to the entry's change log, and changing a value that other fields reference queues a background job to relabel them.

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

Request arguments

Name Type Source
list_idInt32
list_entries_inputDTO_list_entry[]Body
propertiesString[]Query
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