Skip to content

Retrieve Multiple Datasource Entries

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/datasource_entries

Returns a paginated array of datasource entry objects.

You can filter the response by datasource_id or datasource_slug.

Use the dimension parameter to return a dimension_value with the matching data.

  • :space_id required number

    Numeric ID of a space

  • datasource_id number

    Numeric ID of the datasource

  • datasource_slug string

    Slug of the datasource

  • dimension number

    Numeric ID of a linked dimension. Returns the dimension_value.

curl "https://mapi.storyblok.com/v1/spaces/656/datasource_entries/?datasource_id=123&dimension=456" \
-H "Authorization: YOUR_OAUTH_TOKEN"