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.

  • position number

    The position of the datasource entry within the datasource. To append the datasource entry at the end, omit this parameter or set it to 0. To prepend it, set the position to 1.

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

Was this page helpful?

What went wrong?

This site uses reCAPTCHA and Google's Privacy Policy (opens in a new window) . Terms of Service (opens in a new window) apply.