Skip to content

The Datasource Entry Object

An object that represents a datasource entry in a space.

  • id number

    Numeric ID of a datasource entry

  • name string

    The key of a datasource entry

  • value string

    The value of a datasource entry

  • dimension_value string

    The value of a datasource entry in the linked dimension. Learn more about datasource dimensions.

  • datasource_id number

    Numeric ID of the datasource

Example Object
{
"id": 22237,
"name": "cancel",
"value": "Abbrechen",
"dimension_value": "Cancel",
"datasource_id": 201005
}