Contentstack Content Management integration (Data, Productivity). Imported from open-connector.
https://api.contentstack.io/v3/content_types
| Param | Type | Required | Description |
|---|---|---|---|
| branch | string | optional | The optional Contentstack branch UID passed with the branch request header. |
| query | object | optional | A Contentstack query object serialized into the query URL parameter. |
| limit | integer | optional | The maximum number of items to return. Contentstack returns at most 100 items. |
| skip | integer | optional | The number of items to skip for pagination. |
| includeCount | boolean | optional | Whether Contentstack should include the total item count. |
| includeBranch | boolean | optional | Whether Contentstack should include the _branch field. |
| includeGlobalFieldSchema | boolean | optional | Whether Contentstack should include global field schemas in content type respon… |
/content_types/{contentTypeUid}
| Param | Type | Required | Description |
|---|---|---|---|
| contentTypeUid | string | required | The Contentstack content type UID identifying the entry collection. |
| branch | string | optional | The optional Contentstack branch UID passed with the branch request header. |
| includeBranch | boolean | optional | Whether Contentstack should include the _branch field. |
| includeGlobalFieldSchema | boolean | optional | Whether Contentstack should include global field schemas in content type respon… |
/content_types/{contentTypeUid}/entries
| Param | Type | Required | Description |
|---|---|---|---|
| contentTypeUid | string | required | The Contentstack content type UID identifying the entry collection. |
| branch | string | optional | The optional Contentstack branch UID passed with the branch request header. |
| locale | string | optional | The optional Contentstack locale code. |
| query | object | optional | A Contentstack query object serialized into the query URL parameter. |
| limit | integer | optional | The maximum number of items to return. Contentstack returns at most 100 items. |
| skip | integer | optional | The number of items to skip for pagination. |
| includeCount | boolean | optional | Whether Contentstack should include the total item count. |
| includeBranch | boolean | optional | Whether Contentstack should include the _branch field. |
/content_types/{contentTypeUid}/entries/{entryUid}
| Param | Type | Required | Description |
|---|---|---|---|
| contentTypeUid | string | required | The Contentstack content type UID identifying the entry collection. |
| entryUid | string | required | The Contentstack entry UID identifying one entry. |
| branch | string | optional | The optional Contentstack branch UID passed with the branch request header. |
| locale | string | optional | The optional Contentstack locale code. |
| includeBranch | boolean | optional | Whether Contentstack should include the _branch field. |
/content_types/{contentTypeUid}/entries
| Param | Type | Required | Description |
|---|---|---|---|
| contentTypeUid | string | required | The Contentstack content type UID identifying the entry collection. |
| entry | object | required | The Contentstack entry object. |
| branch | string | optional | The optional Contentstack branch UID passed with the branch request header. |
| locale | string | optional | The optional Contentstack locale code. |
/content_types/{contentTypeUid}/entries/{entryUid}
| Param | Type | Required | Description |
|---|---|---|---|
| contentTypeUid | string | required | The Contentstack content type UID identifying the entry collection. |
| entryUid | string | required | The Contentstack entry UID identifying one entry. |
| entry | object | required | The Contentstack entry object. |
| branch | string | optional | The optional Contentstack branch UID passed with the branch request header. |
| locale | string | optional | The optional Contentstack locale code. |