Contentful integration (Productivity, Developer Tools). Imported from open-connector.
https://api.contentful.com/users/me
/spaces
| Param | Type | Required | Description |
|---|---|---|---|
| skip | integer | optional | Number of Contentful records to skip before returning results. |
| limit | integer | optional | Maximum number of Contentful records to return. |
| order | string | optional | Sort expression for the Contentful collection request. |
/spaces/{spaceId}/environments
| Param | Type | Required | Description |
|---|---|---|---|
| spaceId | string | required | Contentful space identifier. |
/spaces/{spaceId}/environments/{environmentId}/content_types
| Param | Type | Required | Description |
|---|---|---|---|
| spaceId | string | required | Contentful space identifier. |
| environmentId | string | required | Contentful environment identifier. |
| skip | integer | optional | Number of Contentful records to skip before returning results. |
| limit | integer | optional | Maximum number of Contentful records to return. |
| order | string | optional | Sort expression for the Contentful collection request. |
/spaces/{spaceId}/environments/{environmentId}/entries
| Param | Type | Required | Description |
|---|---|---|---|
| spaceId | string | required | Contentful space identifier. |
| environmentId | string | required | Contentful environment identifier. |
| contentType | string | optional | Contentful content type identifier used to filter entries. |
| query | string | optional | Full-text search query applied to Contentful entries. |
| locale | string | optional | Locale code used when reading Contentful entry fields. |
| select | string | optional | Comma-separated list of fields to include in the Contentful response. |
| include | integer | optional | Number of linked content levels to include in the Contentful response. |
| skip | integer | optional | Number of Contentful records to skip before returning results. |
| limit | integer | optional | Maximum number of Contentful records to return. |
| order | string | optional | Sort expression for the Contentful collection request. |
/spaces/{spaceId}/environments/{environmentId}/entries/{entryId}
| Param | Type | Required | Description |
|---|---|---|---|
| spaceId | string | required | Contentful space identifier. |
| environmentId | string | required | Contentful environment identifier. |
| entryId | string | required | Contentful entry identifier. |
/spaces/{spaceId}/environments/{environmentId}/entries
| Param | Type | Required | Description |
|---|---|---|---|
| spaceId | string | required | Contentful space identifier. |
| environmentId | string | required | Contentful environment identifier. |
| contentType | string | required | Contentful content type identifier for the new entry. |
| fields | object | required | Entry fields organized by field identifier and locale, for example { title: { '… |
| metadata | object | optional | Optional Contentful metadata payload, such as tags. |
/spaces/{spaceId}/environments/{environmentId}/entries/{entryId}
| Param | Type | Required | Description |
|---|---|---|---|
| spaceId | string | required | Contentful space identifier. |
| environmentId | string | required | Contentful environment identifier. |
| entryId | string | required | Contentful entry identifier. |
| contentType | string | required | Contentful content type identifier for the entry. |
| version | integer | required | Current Contentful entry version used for optimistic locking. |
| fields | object | required | Entry fields organized by field identifier and locale, for example { title: { '… |
| metadata | object | optional | Optional Contentful metadata payload, such as tags. |