Storyblok
Search Storyblok's Documentation
  1. The Datasource Entry Object

Management API

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

  • datasource_id

    number

    Numeric id of a datasource

Example Object

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