DatasourceEntryModel Data Type

REST Model of a datasource entry

Properties
name data type description
id number Local ID
globalId string Global ID
dsId number Entry ID
key string Entry key
value string Entry value

Example

{
  "id" : 12345,
  "globalId" : "...",
  "dsId" : 12345,
  "key" : "...",
  "value" : "..."
}