Contentstack Content Delivery integration (Data, Productivity). Imported from open-connector.
https://cdn.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 UID identifying the requested resource. |
| 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 UID identifying the requested resource. |
| environment | string | required | The Contentstack publishing environment to read published content from. |
| branch | string | optional | The optional Contentstack branch UID passed with the branch request header. |
| locale | string | optional | The optional Contentstack locale code for localized content. |
| 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. |
| includeMetadata | boolean | optional | Whether Contentstack should include extension metadata. |
| includePublishDetails | boolean | optional | Whether Contentstack should include publish details in entry responses. |
| includeFallback | boolean | optional | Whether Contentstack should return fallback locale content when localized conte… |
| includeBranch | boolean | optional | Whether Contentstack should include the _branch field. |
| includeFields | array | optional | Contentstack field UIDs to include or exclude in the response. |
| excludeFields | array | optional | Contentstack field UIDs to include or exclude in the response. |
| asc | string | optional | A Contentstack field UID used to sort the returned items. |
| desc | string | optional | A Contentstack field UID used to sort the returned items. |
/content_types/{contentTypeUid}/entries/{entryUid}
| Param | Type | Required | Description |
|---|---|---|---|
| contentTypeUid | string | required | The Contentstack UID identifying the requested resource. |
| entryUid | string | required | The Contentstack UID identifying the requested resource. |
| environment | string | required | The Contentstack publishing environment to read published content from. |
| branch | string | optional | The optional Contentstack branch UID passed with the branch request header. |
| locale | string | optional | The optional Contentstack locale code for localized content. |
| query | object | optional | A Contentstack query object serialized into the query URL parameter. |
| includeMetadata | boolean | optional | Whether Contentstack should include extension metadata. |
| includePublishDetails | boolean | optional | Whether Contentstack should include publish details in entry responses. |
| includeFallback | boolean | optional | Whether Contentstack should return fallback locale content when localized conte… |
| includeBranch | boolean | optional | Whether Contentstack should include the _branch field. |
| includeFields | array | optional | Contentstack field UIDs to include or exclude in the response. |
| excludeFields | array | optional | Contentstack field UIDs to include or exclude in the response. |
/assets
| Param | Type | Required | Description |
|---|---|---|---|
| environment | string | required | The Contentstack publishing environment to read published content from. |
| branch | string | optional | The optional Contentstack branch UID passed with the branch request header. |
| locale | string | optional | The optional Contentstack locale code for localized content. |
| 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. |
| includeMetadata | boolean | optional | Whether Contentstack should include extension metadata. |
| includeFallback | boolean | optional | Whether Contentstack should return fallback locale content when localized conte… |
| includeBranch | boolean | optional | Whether Contentstack should include the _branch field. |
| includeDimension | boolean | optional | Whether Contentstack should include image dimension details in asset responses. |
| asc | string | optional | A Contentstack field UID used to sort the returned items. |
| desc | string | optional | A Contentstack field UID used to sort the returned items. |