DatasourceValue object
Version: 3.3
![NOTE] Datasources are currently known as Option lists, but the renaming hasn't been fully applied yet.
Parameters
Parameter | Type | Description |
---|---|---|
identifier | String | The name of the option list item. Because it is used as an identifier, this needs to be unique. |
labels | Labels | The canonical name and possible other translated values |
values | Array.<DatasourceValue > | Optional, contains nested option list items |
Examples
RequestResponse
{
"identifier" : "Bread",
"labels": {
"en-US": "Bread",
"nl-BE": "Brood"
},
"values" : []
}