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}
Request arguments
| Name | Type | Source |
|---|---|---|
| list_id | Int32 | |
| list_entries_input | DTO_list_entry[] | Body |
| properties | String[] | Query |
Request body example
Response
Response body example
DTO_list_entry
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | ReadOnly | Id |
| created | DateTime | ReadOnly | Created |
| created_by | DTO_reference_user | ReadOnly | Created by |
| last_updated | DateTime | ReadOnly | Last updated |
| last_updated_by | DTO_reference_user | ReadOnly | Last updated by |
DTO_reference_user
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| profile_pic | String | ReadOnly | Profile pic |
| String | ReadOnly | ||
| id | Int32 | Id | |
| label | Object | ReadOnly | Label |
Generated Aug 4, 2026 18:37