The Datasource Entry Object
This is an object representing a datasource entry in a space
Properties
-
id
numberThe numeric ID
-
name
stringThe key name of the datasource entry
-
value
stringGiven value in the default dimension
-
dimension_value
stringGiven value in the requested dimension
Example Object
{
"id": 22237,
"name": "cancel",
"value": "Abbrechen",
"dimension_value": "Cancel"
}