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}
Request arguments
| Name | Type | Source |
|---|---|---|
| list_id | Int32 | |
| id | Int32 |
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