← Tools Reference

Contentstack Content Delivery

Contentstack Content Delivery integration (Data, Productivity). Imported from open-connector.

API key5 toolshttps://cdn.contentstack.io/v3
GET
contentstack_content_delivery_list_content_types
List content types available in a Contentstack stack.

/content_types

7 parameters
ParamTypeRequiredDescription
branchstringoptionalThe optional Contentstack branch UID passed with the branch request header.
queryobjectoptionalA Contentstack query object serialized into the query URL parameter.
limitintegeroptionalThe maximum number of items to return. Contentstack returns at most 100 items.
skipintegeroptionalThe number of items to skip for pagination.
includeCountbooleanoptionalWhether Contentstack should include the total item count.
includeBranchbooleanoptionalWhether Contentstack should include the _branch field.
includeGlobalFieldSchemabooleanoptionalWhether Contentstack should include global field schemas in content type respon…
GET
contentstack_content_delivery_get_content_type
Retrieve one Contentstack content type schema by UID.

/content_types/{contentTypeUid}

4 parameters
ParamTypeRequiredDescription
contentTypeUidstringrequiredThe Contentstack UID identifying the requested resource.
branchstringoptionalThe optional Contentstack branch UID passed with the branch request header.
includeBranchbooleanoptionalWhether Contentstack should include the _branch field.
includeGlobalFieldSchemabooleanoptionalWhether Contentstack should include global field schemas in content type respon…
GET
contentstack_content_delivery_list_entries
List published Contentstack entries for a content type.

/content_types/{contentTypeUid}/entries

16 parameters
ParamTypeRequiredDescription
contentTypeUidstringrequiredThe Contentstack UID identifying the requested resource.
environmentstringrequiredThe Contentstack publishing environment to read published content from.
branchstringoptionalThe optional Contentstack branch UID passed with the branch request header.
localestringoptionalThe optional Contentstack locale code for localized content.
queryobjectoptionalA Contentstack query object serialized into the query URL parameter.
limitintegeroptionalThe maximum number of items to return. Contentstack returns at most 100 items.
skipintegeroptionalThe number of items to skip for pagination.
includeCountbooleanoptionalWhether Contentstack should include the total item count.
includeMetadatabooleanoptionalWhether Contentstack should include extension metadata.
includePublishDetailsbooleanoptionalWhether Contentstack should include publish details in entry responses.
includeFallbackbooleanoptionalWhether Contentstack should return fallback locale content when localized conte…
includeBranchbooleanoptionalWhether Contentstack should include the _branch field.
includeFieldsarrayoptionalContentstack field UIDs to include or exclude in the response.
excludeFieldsarrayoptionalContentstack field UIDs to include or exclude in the response.
ascstringoptionalA Contentstack field UID used to sort the returned items.
descstringoptionalA Contentstack field UID used to sort the returned items.
GET
contentstack_content_delivery_get_entry
Retrieve one published Contentstack entry for a content type.

/content_types/{contentTypeUid}/entries/{entryUid}

12 parameters
ParamTypeRequiredDescription
contentTypeUidstringrequiredThe Contentstack UID identifying the requested resource.
entryUidstringrequiredThe Contentstack UID identifying the requested resource.
environmentstringrequiredThe Contentstack publishing environment to read published content from.
branchstringoptionalThe optional Contentstack branch UID passed with the branch request header.
localestringoptionalThe optional Contentstack locale code for localized content.
queryobjectoptionalA Contentstack query object serialized into the query URL parameter.
includeMetadatabooleanoptionalWhether Contentstack should include extension metadata.
includePublishDetailsbooleanoptionalWhether Contentstack should include publish details in entry responses.
includeFallbackbooleanoptionalWhether Contentstack should return fallback locale content when localized conte…
includeBranchbooleanoptionalWhether Contentstack should include the _branch field.
includeFieldsarrayoptionalContentstack field UIDs to include or exclude in the response.
excludeFieldsarrayoptionalContentstack field UIDs to include or exclude in the response.
GET
contentstack_content_delivery_list_assets
List published Contentstack assets in a stack.

/assets

13 parameters
ParamTypeRequiredDescription
environmentstringrequiredThe Contentstack publishing environment to read published content from.
branchstringoptionalThe optional Contentstack branch UID passed with the branch request header.
localestringoptionalThe optional Contentstack locale code for localized content.
queryobjectoptionalA Contentstack query object serialized into the query URL parameter.
limitintegeroptionalThe maximum number of items to return. Contentstack returns at most 100 items.
skipintegeroptionalThe number of items to skip for pagination.
includeCountbooleanoptionalWhether Contentstack should include the total item count.
includeMetadatabooleanoptionalWhether Contentstack should include extension metadata.
includeFallbackbooleanoptionalWhether Contentstack should return fallback locale content when localized conte…
includeBranchbooleanoptionalWhether Contentstack should include the _branch field.
includeDimensionbooleanoptionalWhether Contentstack should include image dimension details in asset responses.
ascstringoptionalA Contentstack field UID used to sort the returned items.
descstringoptionalA Contentstack field UID used to sort the returned items.