DatasourceValue (option list value)

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" : []
}

Do you have some feedback for us?

If you have suggestions for improving this article,