Relesys API Docs

v1.2

https://api.relesysapp.net/api/v1.2

DataLists

Get Data Lists
GET /dataLists
https://api.relesysapp.net/api/v1.2/dataLists
Get a list of data lists.
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
Responses
application/json
JSON
{"count":2,"data":[{"id":"b5fff3b4-6d9e-4348-9df2-e2f8bd3bc99a","url":null,"type":"Default","sortOrder":0,"media":null,"isEnabled":true,"externalId":"Data list external Id example 1","creationDateTime":"2024-04-23T18:55:15.5649828+00:00","lastModifiedDateTime":"2024-04-24T18:55:15.5649828+00:00","locales":[{"culture":"da-DK","title":"Data list locale title example 1"}]},{"id":"75ac4e8e-865c-46fd-aa0d-bf38215f7913","url":null,"type":"Default","sortOrder":1,"media":null,"isEnabled":true,"externalId":"Data list external Id example 2","creationDateTime":"2024-04-23T18:55:15.5649828+00:00","lastModifiedDateTime":null,"locales":[{"culture":"da-DK","title":"Data list locale title example 2"},{"culture":"en-GB","title":"Data list locale title example 3"}]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   externalId string      
   id string / guid      
   isEnabled boolean      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    culture string      
    title string      
   media object      
    contentType string      
    downloadUrl string      
    fileName string      
    id string / guid      
    referenceUrl string      
   sortOrder integer      
   type string      
   url string      
  nextUrl string      
  previousUrl string