DatasourceValue object

Version: 3.3

![NOTE] Datasources are currently known as Option lists, but the renaming hasn't been fully applied yet.

Parameters

ParameterTypeDescription
identifierStringThe name of the option list item. Because it is used as an identifier, this needs to be unique.
labelsLabelsThe canonical name and possible other translated values
valuesArray.<DatasourceValue>Optional, contains nested option list items

Examples

RequestResponse
{
    "identifier" : "Bread",
    "labels": {
        "en-US": "Bread",
        "nl-BE": "Brood"
    },
    "values" : []
}

Do you have some feedback for us?

If you have suggestions for improving this article,