DataListItems
Get Data List Items
GET
/dataLists/{dataListId}/items
https://api.relesysapp.net/api/v1.3/dataLists/{dataListId}/items
Get a list of data list items.
Default sort is by
Either
This endpoint will return a
Default sort is by
sortOrder
in ascending order.customFieldValues
- This field differ based on the custom fields the data list has and what type the fields are, and only includes values from custom fields not currently hidden.Either
value
, locales
, medias
or dataListItems
is set depending on the type
value:- Barcode, Color, Date or Number The field
- Text or Multiline Text The field
- Media The field
- Data List The field
value
will be set.value
will be set.If the custom field is multilingual, then
locales
will be used instead.medias
will be set.referenceUrl
will be set if the media is third-party reference, otherwise downloadUrl
will be set.
dataListItems
will be set.This endpoint will return a
400 Bad Request
response in case the data list with dataListId
is of type Department, User, or User Group as their items are dynamically based on the available users, departments, or user groups respectively.
Scopes: relesys.api, relesys.api:read, relesys.api.datalists, relesys.api.datalists:read
URL Path
dataListId | string / guid | required |
Query String
creationDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
customId | string |
Filterable Sortable
|
optional | |
id | string / guid |
Filterable
|
optional | |
isEnabled | boolean |
Filterable
|
optional | |
lastModifiedDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
sortOrder | integer |
Filterable Sortable
|
optional | |
sort | string | Comma separated sort order based on sortable properties | optional | |
offset | integer | Offset value for use in pagination | Default: 0 | optional |
limit | integer | Total objects to fetch (max 1000) | Default: 200 | optional |