retrieve_single_datasource_entry
Retrieve a specific datasource entry from Storyblok Management API using its unique ID. Access and manage content within your Storyblok space effectively.
Instructions
Retrieves a single datasource entry via the Storyblok Management API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
datasource_entry_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"datasource_entry_id": {
"title": "Datasource Entry Id",
"type": "integer"
}
},
"required": [
"datasource_entry_id"
],
"title": "retrieve_single_datasource_entryArguments",
"type": "object"
}