retrieve_multiple_presets
Retrieve multiple presets from a Storyblok space via the Management API, with optional filtering by component ID for targeted data access.
Instructions
Retrieves multiple presets from a Storyblok space using the Management API.
Optionally filters by component_id.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component_id | No |
Input Schema (JSON Schema)
{
"properties": {
"component_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Component Id"
}
},
"title": "retrieve_multiple_presetsArguments",
"type": "object"
}