DataLists
Get Data Lists
GET
/dataLists
https://api.relesysapp.net/api/v1.1/dataLists
Get a list of data lists.
Default sort is by
Default sort is by
sortOrder in ascending order.type - This field displays the type of the data list. Currently, the available types are: - Catalog
- Customer
- DateInterval
- Default
- Department
- Scored
- User
- User Group
media - This field can only be set when the type is catalog.
Scopes: relesys.api, relesys.api:read, relesys.api.datalists, relesys.api.datalists:read
Query String
| creationDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
| externalId | string |
Filterable Sortable
|
optional | |
| id | string / guid |
Filterable
|
optional | |
| isEnabled | boolean |
Filterable
|
optional | |
| lastModifiedDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
| sortOrder | integer |
Filterable Sortable
|
optional | |
| type | string |
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 |