collections_get
Retrieve data from a specific collection in Webflow by providing the collection ID. Simplify accessing and managing structured content for your projects.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection_id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"collection_id": {
"type": "string"
}
},
"required": [
"collection_id"
],
"type": "object"
}