Contentful
Manage content entries and assets in Contentful CMS
Integrate Contentful headless CMS into your workflows. List, read, create, update, and publish content entries across any space and environment. Automate content pipelines, trigger publishing workflows, and synchronize structured content at scale.
| Parameter | Type | Required | Description |
|---|
spaceId | string | Yes | No description |
environmentId | string | No | No description |
contentType | string | No | No description |
limit | number | No | No description |
skip | number | No | No description |
query | string | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
total | number | Total number of entries matching the query |
skip | number | Number of entries skipped |
limit | number | Maximum entries returned |
items | array | List of content entries |
↳ sys | object | System metadata |
↳ fields | object | Entry fields |
| Parameter | Type | Required | Description |
|---|
spaceId | string | Yes | No description |
entryId | string | Yes | No description |
environmentId | string | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
sys | object | System metadata including id, type, timestamps |
fields | object | Entry fields keyed by field ID |
| Parameter | Type | Required | Description |
|---|
spaceId | string | Yes | No description |
contentTypeId | string | Yes | No description |
fields | string | Yes | No description |
environmentId | string | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
sys | object | System metadata of the created entry |
fields | object | Created entry fields |
| Parameter | Type | Required | Description |
|---|
spaceId | string | Yes | No description |
entryId | string | Yes | No description |
fields | string | Yes | No description |
version | number | Yes | No description |
environmentId | string | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
sys | object | System metadata of the updated entry |
fields | object | Updated entry fields |
| Parameter | Type | Required | Description |
|---|
spaceId | string | Yes | No description |
entryId | string | Yes | No description |
version | number | Yes | No description |
environmentId | string | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
sys | object | System metadata of the published entry |