Deskhero Developer Hub
Back to deskhero.com
List entries

Create

Creates entries in the given list from a JSON array whose keys are the list's own field keys; the same endpoint serves custom lists and the system lists behind tags, ticket statuses, priorities and multi option values. The batch is all or nothing (one invalid row, a unique-constraint clash or going past the plan's list-entry allowance rejects the whole call), ids and timestamps are assigned by the server, and nothing else is set in motion: no automations, no notifications, no background work.

POST /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
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