1. The Datasource Entry Object

The Datasource Entry Object

This is an object representing a datasource entry in a space

Properties

  • id

    number

    The numeric ID

  • name

    string

    The key name of the datasource entry

  • value

    string

    Given value in the default dimension

  • dimension_value

    string

    Given value in the requested dimension

Example Object

{
  "id": 22237,
  "name": "cancel",
  "value": "Abbrechen",
  "dimension_value": "Cancel"
}