Relesys API Docs

v1.2

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

DataListItems

Get Data List Item
GET /dataLists/{dataListId}/items/{dataListItemId}
https://api.relesysapp.net/api/v1.2/dataLists/{dataListId}/items/{dataListItemId}
Get a data list item with ID dataListItemId.

customFieldValues - This field differ based on the custom fields the data list has and what type the fields are.
Either value, locales, medias or dataListItems is set depending on the type value:

  • Barcode, Color, Date or Number
  • The field value will be set.

  • Text or Multiline Text
  • The field value will be set.
    If the custom field is multilingual, then locales will be used instead.

  • Media
  • The field medias will be set.

  • Data List
  • The field dataListItems will be set.
Scopes: relesys.api, relesys.api:read, relesys.api.datalists, relesys.api.datalists:read
URL Path
dataListId string / guid required
dataListItemId string / guid required
Responses
application/json
JSON
{"data":{"id":"5b5f39a1-df2c-4710-ba7d-30e1f2c37a22","url":null,"customId":"Data list item custom id example 5","sortOrder":0,"isEnabled":true,"creationDateTime":"2024-04-15T09:49:14.6718279+00:00","lastModifiedDateTime":"2024-04-16T09:49:14.6718279+00:00","locales":[{"culture":"da-DK","title":"Data list item locale title example 7"}],"customFieldValues":[{"dataListCustomFieldId":"ff57471e-16fb-4ed7-b9ef-397290c107fa","url":null,"type":"DataList","value":null,"locales":null,"medias":null,"dataListItems":[{"type":"Department","id":"ea3380c8-1225-429e-bc66-b1c035c368bb","url":null}]}]}}
object
  data object      
   creationDateTime datetimeoffset      
   customFieldValues array[object]      
    dataListCustomFieldId string / guid      
    dataListItems array[object]      
     id string / guid      
     type string      
     url string      
    locales array[object]      
     culture string      
     value string      
    medias array[object]      
     contentType string      
     downloadUrl string      
     fileName string      
     id string / guid      
     referenceUrl string      
    type string      
    url string      
    value string      
   customId string      
   id string / guid      
   isEnabled boolean      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    culture string      
    title string      
   sortOrder integer      
   url string