Storyblok integration (Productivity, Developer Tools). Imported from open-connector.
https://api.storyblok.com/v2/cdn/spaces/me
/stories
| Param | Type | Required | Description |
|---|---|---|---|
| version | string | optional | Storyblok content version to request. |
| cv | integer | optional | Storyblok cache version timestamp. |
| from_release | string | optional | Release ID to request a story version from. |
| resolve_links | string | optional | Storyblok link resolution mode. |
| resolve_links_level | integer | optional | Number of link levels to resolve. |
| resolve_relations | string | optional | Comma-separated component.field references to resolve as stories. |
| resolve_level | integer | optional | Force second-level relation resolution. |
| resolve_assets | integer | optional | Storyblok numeric boolean flag, where 1 means yes and 0 means no. |
| fallback_lang | string | optional | Fallback language code configured in the space. |
| language | string | optional | Language code configured in the space. |
| starts_with | string | optional | Return stories whose full_slug starts with this value. |
| search_term | string | optional | Search term applied to story name, slug, full slug, and content. |
| page | integer | optional | Page number to request from Storyblok. |
| per_page | integer | optional | Stories to request per page. |
| content_type | string | optional | Storyblok content type technical name. |
| by_slugs | string | optional | Comma-separated full slugs to include, with wildcard support. |
| excluding_slugs | string | optional | Comma-separated full slugs to exclude, with wildcard support. |
| by_uuids | string | optional | Comma-separated story UUIDs to include. |
| by_uuids_ordered | string | optional | Comma-separated story UUIDs to include while preserving request order. |
| excluding_ids | string | optional | Comma-separated story IDs to exclude. |
| with_tag | string | optional | Comma-separated tag slugs used to filter stories. |
| sort_by | string | optional | Storyblok sort expression. |
| in_workflow_stages | string | optional | Comma-separated workflow stage IDs. |
| filter_query | object | optional | Storyblok filter_query object keyed by field name. |
| level | integer | optional | Folder level used to filter returned stories. |
| is_startpage | integer | optional | Storyblok numeric boolean flag, where 1 means yes and 0 means no. |
| first_published_at_gt | string | optional | Return stories first published after this timestamp. |
| first_published_at_lt | string | optional | Return stories first published before this timestamp. |
| published_at_gt | string | optional | Return stories published after this timestamp. |
| published_at_lt | string | optional | Return stories published before this timestamp. |
| published_at_gte | string | optional | Return stories published on or after this timestamp. |
| published_at_lte | string | optional | Return stories published on or before this timestamp. |
| updated_at_gt | string | optional | Return stories updated after this timestamp. |
| updated_at_lt | string | optional | Return stories updated before this timestamp. |
| excluding_fields | string | optional | Comma-separated content field names to exclude. |
/stories/{story}
| Param | Type | Required | Description |
|---|---|---|---|
| story | string | required | Story full slug, numeric ID, or UUID to place in the path. |
| find_by | string | optional | Story lookup mode required when story is a UUID. |
| version | string | optional | Storyblok content version to request. |
| cv | integer | optional | Storyblok cache version timestamp. |
| from_release | string | optional | Release ID to request a story version from. |
| resolve_links | string | optional | Storyblok link resolution mode. |
| resolve_links_level | integer | optional | Number of link levels to resolve. |
| resolve_relations | string | optional | Comma-separated component.field references to resolve as stories. |
| resolve_level | integer | optional | Force second-level relation resolution. |
| resolve_assets | integer | optional | Storyblok numeric boolean flag, where 1 means yes and 0 means no. |
| fallback_lang | string | optional | Fallback language code configured in the space. |
| language | string | optional | Language code configured in the space. |
/links
| Param | Type | Required | Description |
|---|---|---|---|
| starts_with | string | optional | Return links whose full_slug starts with this value. |
| version | string | optional | Storyblok content version to request. |
| cv | integer | optional | Storyblok cache version timestamp. |
| with_parent | integer | optional | Folder ID used to filter links, or 0 for root entries. |
| include_dates | integer | optional | Storyblok numeric boolean flag, where 1 means yes and 0 means no. |
| page | integer | optional | Page number to request from Storyblok. |
| per_page | integer | optional | Links to request per page. |
| paginated | integer | optional | Storyblok numeric boolean flag, where 1 means yes and 0 means no. |
/datasources
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request from Storyblok. |
| per_page | integer | optional | Maximum number of items to request per page. |
/datasource_entries/
| Param | Type | Required | Description |
|---|---|---|---|
| datasource | string | optional | Datasource slug to filter entries by. |
| dimension | string | optional | Datasource dimension value to request. |
| page | integer | optional | Page number to request from Storyblok. |
| per_page | integer | optional | Datasource entries to request per page. |
| cv | integer | optional | Storyblok cache version timestamp. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| starts_with | string | optional | Return tags assigned to stories whose full_slug starts with this value. |
| version | string | optional | Storyblok content version to request. |