← Tools Reference

Contentstack Content Management

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

API key6 toolshttps://api.contentstack.io/v3
GET
contentstack_content_management_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_management_get_content_type
Retrieve one Contentstack content type schema by UID.

/content_types/{contentTypeUid}

4 parameters
ParamTypeRequiredDescription
contentTypeUidstringrequiredThe Contentstack content type UID identifying the entry collection.
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_management_list_entries
List Contentstack entries for a content type.

/content_types/{contentTypeUid}/entries

8 parameters
ParamTypeRequiredDescription
contentTypeUidstringrequiredThe Contentstack content type UID identifying the entry collection.
branchstringoptionalThe optional Contentstack branch UID passed with the branch request header.
localestringoptionalThe optional Contentstack locale code.
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.
GET
contentstack_content_management_get_entry
Retrieve one Contentstack entry for a content type.

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

5 parameters
ParamTypeRequiredDescription
contentTypeUidstringrequiredThe Contentstack content type UID identifying the entry collection.
entryUidstringrequiredThe Contentstack entry UID identifying one entry.
branchstringoptionalThe optional Contentstack branch UID passed with the branch request header.
localestringoptionalThe optional Contentstack locale code.
includeBranchbooleanoptionalWhether Contentstack should include the _branch field.
POST
contentstack_content_management_create_entry
Create one Contentstack entry for a content type.

/content_types/{contentTypeUid}/entries

4 parameters
ParamTypeRequiredDescription
contentTypeUidstringrequiredThe Contentstack content type UID identifying the entry collection.
entryobjectrequiredThe Contentstack entry object.
branchstringoptionalThe optional Contentstack branch UID passed with the branch request header.
localestringoptionalThe optional Contentstack locale code.
PUT
contentstack_content_management_update_entry
Update one Contentstack entry for a content type.

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

5 parameters
ParamTypeRequiredDescription
contentTypeUidstringrequiredThe Contentstack content type UID identifying the entry collection.
entryUidstringrequiredThe Contentstack entry UID identifying one entry.
entryobjectrequiredThe Contentstack entry object.
branchstringoptionalThe optional Contentstack branch UID passed with the branch request header.
localestringoptionalThe optional Contentstack locale code.