Open Connector
所有 Tools

Contentstack logoContentstack

Catalog 暂无描述。

contentstackvcatalog-v1200 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "CONTENTSTACK_ACCEPTSTACKOWNEDBYOTHERUSER",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("CONTENTSTACK_ACCEPTSTACKOWNEDBYOTHERUSER", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute CONTENTSTACK_ACCEPTSTACKOWNEDBYOTHERUSER --data '{ }'

Tool 目录

可用 Tools

200 个可调用操作

Accept stack owned by other userCONTENTSTACK_ACCEPTSTACKOWNEDBYOTHERUSER<p>The <span data-type="inlineCode">Accept stack owned by other user</span> call allows a user to accept the ownership of a particular stack via an email invitation. <br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#accept-stack-owned-by-other-user>Accept stack owned by other user</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Accept stack owned by other user</span> call allows a user to accept the ownership of a particular stack via an email invitation. <br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#accept-stack-owned-by-other-user>Accept stack owned by other user</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Stacks
Add a language | Set a fallback languageCONTENTSTACK_ADDALANGUAGE_SETAFALLBACKLANGUAGE<p>This call lets you add a new language to your stack. You can either add a <a href="/docs/developers/multilingual-content/supported-languages">supported language</a> or a <a href="/docs/developers/multilingual-content/add-a-custom-language">custom language</a> of your choice.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.languages.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#add-a-language>Add a language</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#set-a-fallback-language" target=_blank>Set a fallback language</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>This call lets you add a new language to your stack. You can either add a <a href="/docs/developers/multilingual-content/supported-languages">supported language</a> or a <a href="/docs/developers/multilingual-content/add-a-custom-language">custom language</a> of your choice.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.languages.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#add-a-language>Add a language</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#set-a-fallback-language" target=_blank>Set a fallback language</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Languages
Add an environmentCONTENTSTACK_ADDANENVIRONMENT<p>The <span data-type='inlineCode'>Add an environment</span> call will add a publishing environment for a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#add-an-environment>Add an environment</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Add an environment</span> call will add a publishing environment for a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#add-an-environment>Add an environment</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Environment
Add a single item to a ReleaseCONTENTSTACK_ADDASINGLEITEMTOARELEASE<p>The <span data-type='inlineCode'>Add a single item to a Release</span> request allows you to add an item (entry or asset) to a Release.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#add-a-single-item-to-a-release>Add a single item to a Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Add a single item to a Release</span> request allows you to add an item (entry or asset) to a Release.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#add-a-single-item-to-a-release>Add a single item to a Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Releases
Add labelCONTENTSTACK_ADDLABEL<p>The <span data-type='inlineCode'>Add label</span> call is used to create a label.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#add-label>Add label</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Add label</span> call is used to create a label.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#add-label>Add label</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Labels
Add multiple items to a ReleaseCONTENTSTACK_ADDMULTIPLEITEMSTOARELEASE<p>The <span data-type='inlineCode'>Add multiple items to a Release</span> request allows you to add multiple items (entries and/or assets) to a Release.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#add-multiple-items-to-a-release>Add multiple items to a Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Add multiple items to a Release</span> request allows you to add multiple items (entries and/or assets) to a Release.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#add-multiple-items-to-a-release>Add multiple items to a Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Releases
Add or update workflow detailsCONTENTSTACK_ADDORUPDATEWORKFLOWDETAILS<p>The <span data-type='inlineCode'>Add or Update Workflow</span> request allows you to add a workflow stage or update the details of the existing stages of a workflow.<br />To configure the permissions for your application via OAuth, please include the <span data-type='inlineCode'>cm.workflows.management:write</span>scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#add-or-update-workflow-details>Add or update workflow details</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Add or Update Workflow</span> request allows you to add a workflow stage or update the details of the existing stages of a workflow.<br />To configure the permissions for your application via OAuth, please include the <span data-type='inlineCode'>cm.workflows.management:write</span>scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#add-or-update-workflow-details>Add or update workflow details</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Workflows
Add stack settingsCONTENTSTACK_ADDSTACKSETTINGS<p>The <span data-type='inlineCode'>Add stack settings</span> request lets you add additional settings for your existing stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#add-stack-settings>Add stack settings</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Add stack settings</span> request lets you add additional settings for your existing stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#add-stack-settings>Add stack settings</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Stacks
Assign an aliasCONTENTSTACK_ASSIGNANALIAS<p>The <span data-type="inlineCode">Assign an alias</span> request creates a new alias in a particular stack of your organization. This alias can point to any existing branch (target branch) of your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#assign-an-alias>Assign an alias</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Assign an alias</span> request creates a new alias in a particular stack of your organization. This alias can point to any existing branch (target branch) of your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#assign-an-alias>Assign an alias</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Aliases
Bulk Add to ReleaseCONTENTSTACK_BULKADDTORELEASE<p>The <span class="code">Bulk Add to Release</span> request allows you to add multiple entries and assets to a release, making content preparation for deployment more efficient and ensuring smooth, coordinated publishing.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#bulk-add-to-release>Bulk Add to Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Bulk Add to Release</span> request allows you to add multiple entries and assets to a release, making content preparation for deployment more efficient and ensuring smooth, coordinated publishing.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#bulk-add-to-release>Bulk Add to Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Bulk add to release
Cancel scheduled actionCONTENTSTACK_CANCELSCHEDULEDACTION<p>The <span data-type='inlineCode'>Cancel Scheduled Action</span> request will allow you to cancel any scheduled publishing or unpublishing activity of entries and/or assets and also cancel the deployment of releases.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.publish-queue.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#cancel-scheduled-action>Cancel scheduled action</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Cancel Scheduled Action</span> request will allow you to cancel any scheduled publishing or unpublishing activity of entries and/or assets and also cancel the deployment of releases.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.publish-queue.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#cancel-scheduled-action>Cancel scheduled action</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Publish queue
Clone a ReleaseCONTENTSTACK_CLONEARELEASE<p>The <span data-type='inlineCode'>Clone a Release</span> request allows you to clone (make a copy of) a specific Release in a stack. When executing the API request, provide the Release UID.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#clone-a-release>Clone a Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Clone a Release</span> request allows you to clone (make a copy of) a specific Release in a stack. When executing the API request, provide the Release UID.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#clone-a-release>Clone a Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Releases
Compare branchesCONTENTSTACK_COMPAREBRANCHES<p>The <span data-type='inlineCode'>Compare branches</span> request returns a list of all the differences between two branches.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#compare-branches>Compare branches</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Compare branches</span> request returns a list of all the differences between two branches.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#compare-branches>Compare branches</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Branches
Compare content types between branchesCONTENTSTACK_COMPARECONTENTTYPESBETWEENBRANCHES<p>The <span data-type='inlineCode'>Compare content types between branches</span> request returns a list of all the differences in content types between the two specified branches.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#compare-content-types-between-branches>Compare content types between branches</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Compare content types between branches</span> request returns a list of all the differences in content types between the two specified branches.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#compare-content-types-between-branches>Compare content types between branches</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Branches
Compare global fields between branchesCONTENTSTACK_COMPAREGLOBALFIELDSBETWEENBRANCHES<p>The <span data-type='inlineCode'>Compare global fields between branches</span> request returns a list of all the differences in global fields between the two specified branches.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#compare-global-fields-between-branches>Compare global fields between branches</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Compare global fields between branches</span> request returns a list of all the differences in global fields between the two specified branches.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#compare-global-fields-between-branches>Compare global fields between branches</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Branches
Compare specific content type between branchesCONTENTSTACK_COMPARESPECIFICCONTENTTYPEBETWEENBRANCHES<p>The <span data-type='inlineCode'>Compare specific content type between branches</span> request returns all the differences of the specified content type between the two specified branches.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#compare-specific-content-type-between-branches>Compare specific content type between branches</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Compare specific content type between branches</span> request returns all the differences of the specified content type between the two specified branches.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#compare-specific-content-type-between-branches>Compare specific content type between branches</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Branches
Compare specific global field between branchesCONTENTSTACK_COMPARESPECIFICGLOBALFIELDBETWEENBRANCHES<p>The <span data-type='inlineCode'> Compare specific global field between branches</span> request returns all the differences of the specified global field between the two specified branches.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#compare-specific-global-field-between-branches>Compare specific global field between branches</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'> Compare specific global field between branches</span> request returns all the differences of the specified global field between the two specified branches.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#compare-specific-global-field-between-branches>Compare specific global field between branches</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Branches
Create a branchCONTENTSTACK_CREATEABRANCH<p>The <span data-type='inlineCode'>Create a branch</span> request creates a new branch in a particular stack of your organization.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-branch>Create a branch</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Create a branch</span> request creates a new branch in a particular stack of your organization.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-branch>Create a branch</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Branches
Create a folderCONTENTSTACK_CREATEAFOLDER<p>The <span data-type='inlineCode'>Create a folder</span> call is used to create an asset folder and/or add a parent folder to it (if required). <span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth</span>, please include the <span data-type='inlineCode'>cm.assets.management:write</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-folder>Create a folder</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Create a folder</span> call is used to create an asset folder and/or add a parent folder to it (if required). <span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth</span>, please include the <span data-type='inlineCode'>cm.assets.management:write</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-folder>Create a folder</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Create a global fieldCONTENTSTACK_CREATEAGLOBALFIELD<p>The <span data-type='inlineCode'>Create a global field</span> request allows you to create a new global field in a particular stack of your Contentstack account. You can use this global field in any content type within your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-global-field>Create a global field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Create a global field</span> request allows you to create a new global field in a particular stack of your Contentstack account. You can use this global field in any content type within your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-global-field>Create a global field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Global fields
Create an entry | Create an entry with JSON RTE | Create an entry with master locale | Create an entry with custom asset field | Create an entry with taxonomy.....CONTENTSTACK_CREATEANENTRY_CREATEANENTRYWITHJSONRTE_CREATEANENTRYWITHMASTERLOCALE_CREATEANENTRYWITHCUSTOMASSETFIELD_CREATEANENTRYWITHTAXONOMY<p>The <span data-type='inlineCode'>Create an entry</span> call creates a new&nbsp;entry for the selected content type.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-an-entry>Create an entry</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-an-entry-with-json-rte" target=_blank>Create an entry with JSON RTE</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-an-entry-with-master-locale" target=_blank>Create an entry with master locale</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-an-entry-with-custom-asset-field" target=_blank>Create an entry with custom asset field</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-an-entry-with-taxonomy" target=_blank>Create an entry with taxonomy</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-an-entry-with-embedded-entries-in-rte" target=_blank>Create an entry with embedded entries in RTE</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-an-entry-with-embedded-assets-in-rte" target=_blank>Create an entry with embedded assets in RTE</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Create an entry</span> call creates a new&nbsp;entry for the selected content type.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-an-entry>Create an entry</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-an-entry-with-json-rte" target=_blank>Create an entry with JSON RTE</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-an-entry-with-master-locale" target=_blank>Create an entry with master locale</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-an-entry-with-custom-asset-field" target=_blank>Create an entry with custom asset field</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-an-entry-with-taxonomy" target=_blank>Create an entry with taxonomy</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-an-entry-with-embedded-entries-in-rte" target=_blank>Create an entry with embedded entries in RTE</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-an-entry-with-embedded-assets-in-rte" target=_blank>Create an entry with embedded assets in RTE</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Embedded
Create a ReleaseCONTENTSTACK_CREATEARELEASE<p>The <span data-type='inlineCode'>Create a Release</span> request allows you to create a new Release in your stack. To create a release, you need to provide the name of the release in the request body.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-release>Create a Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Create a Release</span> request allows you to create a new Release in your stack. To create a release, you need to provide the name of the release in the request body.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-release>Create a Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Releases
Create a roleCONTENTSTACK_CREATEAROLE<p>The <span data-type='inlineCode'>Create a role</span> request creates a new role in a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-role>Create a role</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Create a role</span> request creates a new role in a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-role>Create a role</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Roles
Create a taxonomyCONTENTSTACK_CREATEATAXONOMY<p>The <span class="code">Create a taxonomy</span> request creates a taxonomy in a particular stack of your organization.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-taxonomy>Create a taxonomy</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Create a taxonomy</span> request creates a taxonomy in a particular stack of your organization.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-taxonomy>Create a taxonomy</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Create a termCONTENTSTACK_CREATEATERM<p>The <span data-type='inlineCode'>Create a term</span> request creates a term in a particular taxonomy within your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-term>Create a term</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Create a term</span> request creates a term in a particular taxonomy within your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-term>Create a term</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Create a webhookCONTENTSTACK_CREATEAWEBHOOK<p>The <span class="code">Create a webhook</span> request allows you to create a new webhook in a specific stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-webhook>Create a webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Create a webhook</span> request allows you to create a new webhook in a specific stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-webhook>Create a webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Webhooks
Create a workflowCONTENTSTACK_CREATEAWORKFLOW<p>The <span data-type='inlineCode'>Create a Workflow</span> request allows you to create a Workflow.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-workflow>Create a workflow</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Create a Workflow</span> request allows you to create a Workflow.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-a-workflow>Create a workflow</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Workflows
Create Content Type with Extension Field | Create content type with JSON RTE plugin | Create a content type | Create content type with select field | Create content type with JSON RTE.....CONTENTSTACK_CREATECONTENTTYPEWITHEXTENSIONFIELD_CREATECONTENTTYPEWITHJSONRTEPLUGIN_CREATEACONTENTTYPE_CREATECONTENTTYPEWITHSELECTFIELD_CREATECONTENTTYPEWITHJSONRTE<p>The <span data-type='inlineCode'>Create Content Type with Extension Field</span> request is used to create a content type that includes a custom field. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.content-types.management:write </span>scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-content-type-with-extension-field>Create Content Type with Extension Field</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-content-type-with-json-rte-plugin" target=_blank>Create content type with JSON RTE plugin</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-a-content-type" target=_blank>Create a content type</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-content-type-with-select-field" target=_blank>Create content type with select field</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-content-type-with-json-rte" target=_blank>Create content type with JSON RTE</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-content-type-with-custom-asset-field" target=_blank>Create content type with custom asset field</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-content-type-with-taxonomy" target=_blank>Create content type with taxonomy</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-a-content-type-with-embedded-rte-objects" target=_blank>Create a content type with embedded RTE objects</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Create Content Type with Extension Field</span> request is used to create a content type that includes a custom field. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.content-types.management:write </span>scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-content-type-with-extension-field>Create Content Type with Extension Field</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-content-type-with-json-rte-plugin" target=_blank>Create content type with JSON RTE plugin</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-a-content-type" target=_blank>Create a content type</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-content-type-with-select-field" target=_blank>Create content type with select field</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-content-type-with-json-rte" target=_blank>Create content type with JSON RTE</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-content-type-with-custom-asset-field" target=_blank>Create content type with custom asset field</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-content-type-with-taxonomy" target=_blank>Create content type with taxonomy</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#create-a-content-type-with-embedded-rte-objects" target=_blank>Create a content type with embedded RTE objects</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Embedded
Create delivery tokenCONTENTSTACK_CREATEDELIVERYTOKEN<p>The <span data-type='inlineCode'>Create delivery token</span> request is used to create a delivery token in the stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-delivery-token>Create delivery token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Create delivery token</span> request is used to create a delivery token in the stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-delivery-token>Create delivery token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Tokens
Create entry variant | Update entry variantCONTENTSTACK_CREATEENTRYVARIANT_UPDATEENTRYVARIANT<p>The <span class="code">Create entry variant</span> request lets you create an entry variant of your existing base entry.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-entry-variant>Create entry variant</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#update-entry-variant" target=_blank>Update entry variant</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Create entry variant</span> request lets you create an entry variant of your existing base entry.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-entry-variant>Create entry variant</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#update-entry-variant" target=_blank>Update entry variant</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Entry variants
Create management tokenCONTENTSTACK_CREATEMANAGEMENTTOKEN<p>The <span data-type="inlineCode">Create management token</span> request is used to create a management token in a stack. This token provides you with read-write access to the content of your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-management-token>Create management token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Create management token</span> request is used to create a management token in a stack. This token provides you with read-write access to the content of your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-management-token>Create management token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Tokens
Create metadataCONTENTSTACK_CREATEMETADATA<p>The <span data-type='inlineCode'>Create metadata</span> request lets you create metadata for a specific asset or entry. Whenever you create metadata for an entry or asset, you need to specify the extension to which it will be connected.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-metadata>Create metadata</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Create metadata</span> request lets you create metadata for a specific asset or entry. Whenever you create metadata for an entry or asset, you need to specify the extension to which it will be connected.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-metadata>Create metadata</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Metadata
Create preview tokenCONTENTSTACK_CREATEPREVIEWTOKEN<p>The <span data-type='inlineCode'>Create preview token</span> request creates a Preview token for a particular Delivery token in a stack of your organization.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-preview-token>Create preview token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Create preview token</span> request creates a Preview token for a particular Delivery token in a stack of your organization.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-preview-token>Create preview token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Tokens
Create publish rulesCONTENTSTACK_CREATEPUBLISHRULES<p>The <span data-type='inlineCode'>Create Publish Rules</span> request allows you to create publish rules for the&nbsp;workflow&nbsp;of a stack.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.publishing-rules:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-publish-rules>Create publish rules</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Create Publish Rules</span> request allows you to create publish rules for the&nbsp;workflow&nbsp;of a stack.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.publishing-rules:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-publish-rules>Create publish rules</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Workflows
Create stackCONTENTSTACK_CREATESTACK<p>The <span data-type="inlineCode">Create stack</span> call creates a new stack in your Contentstack account.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-stack>Create stack</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Create stack</span> call creates a new stack in your Contentstack account.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#create-stack>Create stack</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Stacks
Delete a branchCONTENTSTACK_DELETEABRANCH<p>The <span data-type="inlineCode">Delete a branch</span> request deletes an existing branch and all the content within it.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-a-branch>Delete a branch</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Delete a branch</span> request deletes an existing branch and all the content within it.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-a-branch>Delete a branch</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Branches
Delete a folderCONTENTSTACK_DELETEAFOLDER<p>The <span data-type='inlineCode'>Delete a folder</span> call is used to delete an <a href="/docs/headless-cms/about-entries/#create-and-manage-asset-folders" target="_self">asset folder</a> along with all the assets within that folder.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-a-folder>Delete a folder</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete a folder</span> call is used to delete an <a href="/docs/headless-cms/about-entries/#create-and-manage-asset-folders" target="_self">asset folder</a> along with all the assets within that folder.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-a-folder>Delete a folder</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Delete an aliasCONTENTSTACK_DELETEANALIAS<p>The <span data-type="inlineCode">Delete an alias</span> request deletes an existing alias.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-an-alias>Delete an alias</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Delete an alias</span> request deletes an existing alias.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-an-alias>Delete an alias</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Aliases
Delete an entryCONTENTSTACK_DELETEANENTRY<p>The <span data-type='inlineCode'>Delete an entry</span> request allows you to delete a specific entry from a content type. This API request also allows you to delete single and/or multiple&nbsp;localized entries. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.entries.management:write</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-an-entry>Delete an entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete an entry</span> request allows you to delete a specific entry from a content type. This API request also allows you to delete single and/or multiple&nbsp;localized entries. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.entries.management:write</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-an-entry>Delete an entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Entries
Delete a ReleaseCONTENTSTACK_DELETEARELEASE<p>The <span data-type='inlineCode'>Delete a Release</span> request allows you to delete a specific Release from a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-a-release>Delete a Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete a Release</span> request allows you to delete a specific Release from a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-a-release>Delete a Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Releases
Delete assetCONTENTSTACK_DELETEASSET<p>The <span class="code">Delete asset</span> call will delete an existing asset from the stack.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.assets.management:write</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-asset>Delete asset</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Delete asset</span> call will delete an existing asset from the stack.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.assets.management:write</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-asset>Delete asset</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Delete asset sidebar extensionCONTENTSTACK_DELETEASSETSIDEBAREXTENSION<p>The <span data-type='inlineCode'>Delete asset sidebar extension</span> request allows you to delete a specific asset sidebar extension.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-asset-sidebar-extension>Delete asset sidebar extension</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete asset sidebar extension</span> request allows you to delete a specific asset sidebar extension.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-asset-sidebar-extension>Delete asset sidebar extension</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Extensions
Delete a widgetCONTENTSTACK_DELETEAWIDGET<p>The <span data-type='inlineCode'>Delete a widget</span> call is used to delete a specific custom widget.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-a-widget>Delete a widget</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete a widget</span> call is used to delete a specific custom widget.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-a-widget>Delete a widget</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Extensions
Delete Content TypeCONTENTSTACK_DELETECONTENTTYPE<p>The <span data-type='inlineCode'>Delete Content Type</span> call deletes an existing content type and all the entries within it.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-content-type>Delete Content Type</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete Content Type</span> call deletes an existing content type and all the entries within it.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-content-type>Delete Content Type</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Content types
Delete custom fieldCONTENTSTACK_DELETECUSTOMFIELD<p>The <span data-type='inlineCode'>Delete custom field</span> request is used to delete a specific custom field.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.extensions.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-custom-field>Delete custom field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete custom field</span> request is used to delete a specific custom field.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.extensions.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-custom-field>Delete custom field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Extensions
Delete delivery tokenCONTENTSTACK_DELETEDELIVERYTOKEN<p>The <span data-type="inlineCode">Delete delivery token</span>&nbsp;request deletes a specific delivery token.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-delivery-token>Delete delivery token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Delete delivery token</span>&nbsp;request deletes a specific delivery token.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-delivery-token>Delete delivery token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Tokens
Delete entries and assets in bulkCONTENTSTACK_DELETEENTRIESANDASSETSINBULK<p>The&nbsp;<span class="code">Delete entries and assets in bulk</span>&nbsp;request allows you to delete multiple entries and assets at the same time.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth,</span>&nbsp;please include the&nbsp;<span><span data-type='inlineCode'>cm.bulk-operations:delete</span></span>&nbsp;scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-entries-and-assets-in-bulk>Delete entries and assets in bulk</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The&nbsp;<span class="code">Delete entries and assets in bulk</span>&nbsp;request allows you to delete multiple entries and assets at the same time.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth,</span>&nbsp;please include the&nbsp;<span><span data-type='inlineCode'>cm.bulk-operations:delete</span></span>&nbsp;scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-entries-and-assets-in-bulk>Delete entries and assets in bulk</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Bulk operations
Delete entry variantCONTENTSTACK_DELETEENTRYVARIANT<p>The <span class="code">Delete entry variant</span> request lets you delete an entry variant.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-entry-variant>Delete entry variant</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Delete entry variant</span> request lets you delete an entry variant.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-entry-variant>Delete entry variant</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Entry variants
Delete environmentCONTENTSTACK_DELETEENVIRONMENT<p>The <span data-type='inlineCode'>Delete environment</span> call will delete an existing publishing environment from your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-environment>Delete environment</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete environment</span> call will delete an existing publishing environment from your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-environment>Delete environment</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Environment
Delete global fieldCONTENTSTACK_DELETEGLOBALFIELD<p>The <span data-type='inlineCode'>Delete global field</span> request allows you to delete a specific global field. <br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-global-field>Delete global field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete global field</span> request allows you to delete a specific global field. <br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-global-field>Delete global field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Global fields
Delete JSON RTE pluginCONTENTSTACK_DELETEJSONRTEPLUGIN<p>The <span data-type='inlineCode'>Delete JSON RTE plugin</span> request allows you to delete a specific JSON RTE plugin.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-json-rte-plugin>Delete JSON RTE plugin</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete JSON RTE plugin</span> request allows you to delete a specific JSON RTE plugin.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-json-rte-plugin>Delete JSON RTE plugin</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Extensions
Delete labelCONTENTSTACK_DELETELABEL<p>The <span data-type='inlineCode'>Delete label</span> call is used to delete a specific label.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-label>Delete label</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete label</span> call is used to delete a specific label.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-label>Delete label</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Labels
Delete languageCONTENTSTACK_DELETELANGUAGE<p>The <span data-type='inlineCode'>Delete language</span> call deletes an existing language from your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-language>Delete language</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete language</span> call deletes an existing language from your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-language>Delete language</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Languages
Delete management tokenCONTENTSTACK_DELETEMANAGEMENTTOKEN<p>The <span data-type="inlineCode">Delete management token</span> request deletes a specific management token.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-management-token>Delete management token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Delete management token</span> request deletes a specific management token.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-management-token>Delete management token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Tokens
Delete metadataCONTENTSTACK_DELETEMETADATA<p>The <span data-type='inlineCode'>Delete metadata</span> request lets you delete the metadata associated with a specific entry or asset.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-metadata>Delete metadata</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete metadata</span> request lets you delete the metadata associated with a specific entry or asset.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-metadata>Delete metadata</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Metadata
Delete preview tokenCONTENTSTACK_DELETEPREVIEWTOKEN<p>The <span data-type='inlineCode'>Delete preview token</span> request deletes a preview token associated with a specific delivery token.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-preview-token>Delete preview token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete preview token</span> request deletes a preview token associated with a specific delivery token.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-preview-token>Delete preview token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Tokens
Delete publish rulesCONTENTSTACK_DELETEPUBLISHRULES<p>The <span data-type='inlineCode'>Delete Publish Rules</span>&nbsp;request allows you to delete an existing publish rule.&nbsp;<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.publishing-rules:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-publish-rules>Delete publish rules</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete Publish Rules</span>&nbsp;request allows you to delete an existing publish rule.&nbsp;<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.publishing-rules:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-publish-rules>Delete publish rules</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Workflows
Delete roleCONTENTSTACK_DELETEROLE<p>The <span data-type='inlineCode'>Delete role</span> call deletes an existing role from your stack.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.roles.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-role>Delete role</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete role</span> call deletes an existing role from your stack.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.roles.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-role>Delete role</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Roles
Delete stackCONTENTSTACK_DELETESTACK<p>The <span data-type="inlineCode">Delete stack</span> call is used to delete an existing stack permanently from your Contentstack account.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-stack>Delete stack</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Delete stack</span> call is used to delete an existing stack permanently from your Contentstack account.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-stack>Delete stack</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Stacks
Delete the Dashboard WidgetCONTENTSTACK_DELETETHEDASHBOARDWIDGET<p>The <span data-type='inlineCode'>Delete dashboard widget</span> call is used to delete a specific custom dashboard.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-the-dashboard-widget>Delete the Dashboard Widget</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete dashboard widget</span> call is used to delete a specific custom dashboard.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-the-dashboard-widget>Delete the Dashboard Widget</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Extensions
Delete Version Name of AssetCONTENTSTACK_DELETEVERSIONNAMEOFASSET<p>The <span class="code">Delete Version Name of Asset</span> request allows you to delete the name assigned to a specific version of an asset. This request resets the name of the asset version to the version number.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-version-name-of-asset>Delete Version Name of Asset</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Delete Version Name of Asset</span> request allows you to delete the name assigned to a specific version of an asset. This request resets the name of the asset version to the version number.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-version-name-of-asset>Delete Version Name of Asset</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Delete Version Name of EntryCONTENTSTACK_DELETEVERSIONNAMEOFENTRY<p>The <span data-type='inlineCode'>Delete Version Name of Entry</span> request allows you to delete the name assigned to a specific version of an entry. This request resets the name of the entry version to the version number. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth,</span> please include the <span data-type='inlineCode'>cm.entry:writ</span>e scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-version-name-of-entry>Delete Version Name of Entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete Version Name of Entry</span> request allows you to delete the name assigned to a specific version of an entry. This request resets the name of the entry version to the version number. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth,</span> please include the <span data-type='inlineCode'>cm.entry:writ</span>e scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-version-name-of-entry>Delete Version Name of Entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Entries
Delete webhookCONTENTSTACK_DELETEWEBHOOK<p>The <span data-type='inlineCode'>Delete webhook</span> call deletes an existing webhook from a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-webhook>Delete webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete webhook</span> call deletes an existing webhook from a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-webhook>Delete webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Webhooks
Delete workflowCONTENTSTACK_DELETEWORKFLOW<p>The <span data-type='inlineCode'>Delete Workflow</span> request allows you to delete a workflow.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-workflow>Delete workflow</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Delete Workflow</span> request allows you to delete a workflow.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#delete-workflow>Delete workflow</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Workflows
Deploy a ReleaseCONTENTSTACK_DEPLOYARELEASE<p>The <span data-type='inlineCode'>Deploy a Release</span> request deploys a specific Release to specific environment(s) and locale(s).<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#deploy-a-release>Deploy a Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Deploy a Release</span> request deploys a specific Release to specific environment(s) and locale(s).<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#deploy-a-release>Deploy a Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Releases
Disable workflowCONTENTSTACK_DISABLEWORKFLOW<p>The <span data-type='inlineCode'>Disable Workflow</span> request allows you to disable a workflow.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#disable-workflow>Disable workflow</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Disable Workflow</span> request allows you to disable a workflow.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#disable-workflow>Disable workflow</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Workflows
Download an asset with permanent URLCONTENTSTACK_DOWNLOADANASSETWITHPERMANENTURL<p>The <span data-type='inlineCode'>Download an asset with permanent URL</span> request displays an asset in the response. The asset returned in the response can be saved to your local storage system. Make sure to specify the unique identifier (slug) in the request URL.<br /><span style="font-size: 10.5pt;"><br />To configure the permissions for your application via OAuth, please include the </span><span data-type='inlineCode'>cm.assets:download</span><span style="color: rgb(0, 0, 255);font-size: 10.5pt;"> </span><span style="font-size: 10.5pt;">scope.<br /></span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#download-an-asset-with-permanent-url>Download an asset with permanent URL</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Download an asset with permanent URL</span> request displays an asset in the response. The asset returned in the response can be saved to your local storage system. Make sure to specify the unique identifier (slug) in the request URL.<br /><span style="font-size: 10.5pt;"><br />To configure the permissions for your application via OAuth, please include the </span><span data-type='inlineCode'>cm.assets:download</span><span style="color: rgb(0, 0, 255);font-size: 10.5pt;"> </span><span style="font-size: 10.5pt;">scope.<br /></span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#download-an-asset-with-permanent-url>Download an asset with permanent URL</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Enable workflowCONTENTSTACK_ENABLEWORKFLOW<p>The <span data-type='inlineCode'>Enable Workflow</span> request allows you to enable a workflow.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#enable-workflow>Enable workflow</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Enable Workflow</span> request allows you to enable a workflow.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#enable-workflow>Enable workflow</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Workflows
Export a content typeCONTENTSTACK_EXPORTACONTENTTYPE<p>This call is used to export a specific content type and its schema. The data is exported in JSON format. The exported file won’t get downloaded automatically. To download the exported file, a&nbsp;<strong>REST API</strong>&nbsp;client, such as&nbsp;<strong>Postman</strong>&nbsp;can be used.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth,&nbsp;</span>please include the&nbsp;<span><span data-type='inlineCode'>cm.content-types:export</span></span>&nbsp;scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#export-a-content-type>Export a content type</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>This call is used to export a specific content type and its schema. The data is exported in JSON format. The exported file won’t get downloaded automatically. To download the exported file, a&nbsp;<strong>REST API</strong>&nbsp;client, such as&nbsp;<strong>Postman</strong>&nbsp;can be used.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth,&nbsp;</span>please include the&nbsp;<span><span data-type='inlineCode'>cm.content-types:export</span></span>&nbsp;scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#export-a-content-type>Export a content type</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Content types
Export a global fieldCONTENTSTACK_EXPORTAGLOBALFIELD<p>This request is used to export a specific global field and its schema. The data is exported in JSON format. The exported file won’t get downloaded automatically. To download the exported file, a <strong>REST API</strong> client, such as <strong>Postman</strong> can be used. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth,</span> please include the <span data-type='inlineCode'>cm.global-fields.management:write</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#export-a-global-field>Export a global field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>This request is used to export a specific global field and its schema. The data is exported in JSON format. The exported file won’t get downloaded automatically. To download the exported file, a <strong>REST API</strong> client, such as <strong>Postman</strong> can be used. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth,</span> please include the <span data-type='inlineCode'>cm.global-fields.management:write</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#export-a-global-field>Export a global field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Global fields
Export an entryCONTENTSTACK_EXPORTANENTRY<p>The <span data-type='inlineCode'>Export an entry</span> call is used to export an entry. The exported entry data is saved in a downloadable JSON file.The exported file won’t get downloaded automatically. To download the exported file, a <strong>REST API</strong> client, such as <strong>Postman</strong> can be used. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span><span data-type='inlineCode'>cm.entries:export</span></span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#export-an-entry>Export an entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Export an entry</span> call is used to export an entry. The exported entry data is saved in a downloadable JSON file.The exported file won’t get downloaded automatically. To download the exported file, a <strong>REST API</strong> client, such as <strong>Postman</strong> can be used. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span><span data-type='inlineCode'>cm.entries:export</span></span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#export-an-entry>Export an entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Entries
Export a taxonomyCONTENTSTACK_EXPORTATAXONOMY<p>The <span data-type='inlineCode'>Export a taxonomy</span> request is used to export a specific taxonomy and its terms. in JSON or CSV format.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#export-a-taxonomy>Export a taxonomy</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Export a taxonomy</span> request is used to export a specific taxonomy and its terms. in JSON or CSV format.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#export-a-taxonomy>Export a taxonomy</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Export a WebhookCONTENTSTACK_EXPORTAWEBHOOK<p>The <span data-type='inlineCode'>Export a Webhook</span> request exports an existing webhook. The exported webhook data is saved in a downloadable JSON file. The exported file won’t get downloaded automatically. To download the exported file, a <strong>REST API</strong> client, such as <strong>Postman</strong> can be used.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.webhooks:export</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'><span data-type='inlineCode'> </span></span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#export-a-webhook>Export a Webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Export a Webhook</span> request exports an existing webhook. The exported webhook data is saved in a downloadable JSON file. The exported file won’t get downloaded automatically. To download the exported file, a <strong>REST API</strong> client, such as <strong>Postman</strong> can be used.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.webhooks:export</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'><span data-type='inlineCode'> </span></span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#export-a-webhook>Export a Webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Webhooks
Get a languageCONTENTSTACK_GETALANGUAGE<p>The <span data-type='inlineCode'>Get a language</span> call returns information about a specific language available on the stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-language>Get a language</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a language</span> call returns information about a specific language available on the stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-language>Get a language</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Languages
Get all aliasesCONTENTSTACK_GETALLALIASES<p>The <span data-type='inlineCode'>Get all aliases</span> request returns comprehensive information of all the aliases available in a particular stack in your account.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.branch-aliases.management:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-aliases>Get all aliases</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all aliases</span> request returns comprehensive information of all the aliases available in a particular stack in your account.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.branch-aliases.management:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-aliases>Get all aliases</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Aliases
Get all assets | Get assets of a specific folder | Get assets and subfolders of a parent folder | Get a single folder by name | Get subfolders of a parent folder.....CONTENTSTACK_GETALLASSETS_GETASSETSOFASPECIFICFOLDER_GETASSETSANDSUBFOLDERSOFAPARENTFOLDER_GETASINGLEFOLDERBYNAME_GETSUBFOLDERSOFAPARENTFOLDER<p>The <span data-type='inlineCode'>Get all assets</span> request returns comprehensive information on all assets available in a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-assets>Get all assets</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-assets-of-a-specific-folder" target=_blank>Get assets of a specific folder</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-assets-and-subfolders-of-a-parent-folder" target=_blank>Get assets and subfolders of a parent folder</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-a-single-folder-by-name" target=_blank>Get a single folder by name</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-subfolders-of-a-parent-folder" target=_blank>Get subfolders of a parent folder</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all assets</span> request returns comprehensive information on all assets available in a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-assets>Get all assets</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-assets-of-a-specific-folder" target=_blank>Get assets of a specific folder</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-assets-and-subfolders-of-a-parent-folder" target=_blank>Get assets and subfolders of a parent folder</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-a-single-folder-by-name" target=_blank>Get a single folder by name</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-subfolders-of-a-parent-folder" target=_blank>Get subfolders of a parent folder</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Get all branchesCONTENTSTACK_GETALLBRANCHES<p>The <span data-type='inlineCode'>Get all branches</span> request returns comprehensive information of all the branches available in a particular stack in your account.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-branches>Get all branches</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all branches</span> request returns comprehensive information of all the branches available in a particular stack in your account.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-branches>Get all branches</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Branches
Get all content typesCONTENTSTACK_GETALLCONTENTTYPES<p>The <span data-type='inlineCode'>Get all content types</span> call returns comprehensive information of all the content types available in a particular stack in your account.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-content-types>Get all content types</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all content types</span> call returns comprehensive information of all the content types available in a particular stack in your account.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-content-types>Get all content types</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Content types
Get all custom fields | Get all widgets | Get widgets of a content type | Get All Dashboard Widgets | Get all JSON RTE plugins.....CONTENTSTACK_GETALLCUSTOMFIELDS_GETALLWIDGETS_GETWIDGETSOFACONTENTTYPE_GETALLDASHBOARDWIDGETS_GETALLJSONRTEPLUGINS<p>The <span data-type='inlineCode'>Get all custom fields</span> request is used to get the information of all custom fields created in a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-custom-fields>Get all custom fields</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-all-widgets" target=_blank>Get all widgets</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-widgets-of-a-content-type" target=_blank>Get widgets of a content type</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-all-dashboard-widgets" target=_blank>Get All Dashboard Widgets</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-all-json-rte-plugins" target=_blank>Get all JSON RTE plugins</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-all-asset-sidebar-extensions" target=_blank>Get all asset sidebar extensions</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all custom fields</span> request is used to get the information of all custom fields created in a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-custom-fields>Get all custom fields</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-all-widgets" target=_blank>Get all widgets</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-widgets-of-a-content-type" target=_blank>Get widgets of a content type</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-all-dashboard-widgets" target=_blank>Get All Dashboard Widgets</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-all-json-rte-plugins" target=_blank>Get all JSON RTE plugins</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-all-asset-sidebar-extensions" target=_blank>Get all asset sidebar extensions</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Extensions
Get all delivery tokensCONTENTSTACK_GETALLDELIVERYTOKENS<p>The <span data-type="inlineCode">Get all delivery tokens</span> request returns the details of all the delivery tokens created in a stack. <br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-delivery-tokens>Get all delivery tokens</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Get all delivery tokens</span> request returns the details of all the delivery tokens created in a stack. <br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-delivery-tokens>Get all delivery tokens</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Tokens
Get all entriesCONTENTSTACK_GETALLENTRIES<p>The <span data-type='inlineCode'>Get all entries</span> API retrieves all entries for a specified content type in a stack. The response returns entry data in JSON format. You can also specify parameters such as locale, environment, workflow details, and draft merging to customize the results.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-entries>Get all entries</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all entries</span> API retrieves all entries for a specified content type in a stack. The response returns entry data in JSON format. You can also specify parameters such as locale, environment, workflow details, and draft merging to customize the results.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-entries>Get all entries</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Entries
Get all entry variantsCONTENTSTACK_GETALLENTRYVARIANTS<p>The <span class="code">Get all entry variants</span> request retrieves all entry variants of the specified entry.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-entry-variants>Get all entry variants</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Get all entry variants</span> request retrieves all entry variants of the specified entry.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-entry-variants>Get all entry variants</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Entry variants
Get all environmentsCONTENTSTACK_GETALLENVIRONMENTS<p>The <span data-type='inlineCode'>Get all environments</span> call fetches the list of all environments available in a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-environments>Get all environments</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all environments</span> call fetches the list of all environments available in a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-environments>Get all environments</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Environment
Get all global fieldsCONTENTSTACK_GETALLGLOBALFIELDS<p>The <span data-type='inlineCode'>Get all global fields</span> request returns comprehensive information of all the global fields available in a particular stack in your organization.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-global-fields>Get all global fields</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all global fields</span> request returns comprehensive information of all the global fields available in a particular stack in your organization.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-global-fields>Get all global fields</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Global fields
Get all items in a ReleaseCONTENTSTACK_GETALLITEMSINARELEASE<p>The <span data-type='inlineCode'>Get all items in a Release</span> request retrieves a list of all items (entries and assets) that are part of a specific Release.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-items-in-a-release>Get all items in a Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all items in a Release</span> request retrieves a list of all items (entries and assets) that are part of a specific Release.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-items-in-a-release>Get all items in a Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Releases
Get all labelsCONTENTSTACK_GETALLLABELS<p>The <span data-type='inlineCode'>Get all labels</span> call fetches all the existing labels of the stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-labels>Get all labels</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all labels</span> call fetches all the existing labels of the stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-labels>Get all labels</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Labels
Get all languagesCONTENTSTACK_GETALLLANGUAGES<p>This call fetches the list of all languages (along with the language codes) available for a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-languages>Get all languages</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>This call fetches the list of all languages (along with the language codes) available for a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-languages>Get all languages</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Languages
Get all management tokensCONTENTSTACK_GETALLMANAGEMENTTOKENS<p>The <span data-type='inlineCode'>Get all management tokens</span> request returns the details of all the management tokens generated in a stack and not the actual management tokens.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-management-tokens>Get all management tokens</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all management tokens</span> request returns the details of all the management tokens generated in a stack and not the actual management tokens.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-management-tokens>Get all management tokens</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Tokens
Get all merge jobsCONTENTSTACK_GETALLMERGEJOBS<p>The <span data-type='inlineCode'>Get all merge jobs</span> request returns a list of all the recent merge jobs within a specific period.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-merge-jobs>Get all merge jobs</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all merge jobs</span> request returns a list of all the recent merge jobs within a specific period.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-merge-jobs>Get all merge jobs</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Branches
Get All MetadataCONTENTSTACK_GETALLMETADATA<p>The <span data-type='inlineCode'>Get All Metadata</span> request returns comprehensive information of all the metadata attached to all the entries and assets in your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-metadata>Get All Metadata</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get All Metadata</span> request returns comprehensive information of all the metadata attached to all the entries and assets in your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-metadata>Get All Metadata</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Metadata
Get all publish rulesCONTENTSTACK_GETALLPUBLISHRULES<p>The <span data-type='inlineCode'>Get all Publish Rules</span>&nbsp;request retrieves the details of all the Publish rules of a workflow.&nbsp;<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.publishing-rules:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-publish-rules>Get all publish rules</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all Publish Rules</span>&nbsp;request retrieves the details of all the Publish rules of a workflow.&nbsp;<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.publishing-rules:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-publish-rules>Get all publish rules</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Workflows
Get all references of content typeCONTENTSTACK_GETALLREFERENCESOFCONTENTTYPE<p>The <span data-type='inlineCode'>Get all references of content type</span> request retrieves a list of all content types where the specified content type is referenced. This includes both direct and nested references.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-references-of-content-type>Get all references of content type</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all references of content type</span> request retrieves a list of all content types where the specified content type is referenced. This includes both direct and nested references.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-references-of-content-type>Get all references of content type</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Content types
Get all ReleasesCONTENTSTACK_GETALLRELEASES<p>The <span data-type='inlineCode'>Get all Releases</span> request retrieves a list of all Releases of a stack along with details of each Release. To configure the permissions for your application via OAuth, please include the <span data-type='inlineCode'>cm.releases.management:read</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-releases>Get all Releases</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all Releases</span> request retrieves a list of all Releases of a stack along with details of each Release. To configure the permissions for your application via OAuth, please include the <span data-type='inlineCode'>cm.releases.management:read</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-releases>Get all Releases</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Releases
Get all rolesCONTENTSTACK_GETALLROLES<p>The Get all roles request returns comprehensive information about all roles created in a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-roles>Get all roles</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The Get all roles request returns comprehensive information about all roles created in a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-roles>Get all roles</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Roles
Get all stacksCONTENTSTACK_GETALLSTACKS<p>The <span data-type="inlineCode">Get all stacks</span> call fetches the list of all stacks owned by and shared with a particular user account.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-stacks>Get all stacks</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Get all stacks</span> call fetches the list of all stacks owned by and shared with a particular user account.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-stacks>Get all stacks</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Stacks
Get all TasksCONTENTSTACK_GETALLTASKS<p>The&nbsp;<span data-type="inlineCode" style="font-size: 12.6px;">Get all Tasks</span>&nbsp;request retrieves a list of all tasks assigned to you.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-tasks>Get all Tasks</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The&nbsp;<span data-type="inlineCode" style="font-size: 12.6px;">Get all Tasks</span>&nbsp;request retrieves a list of all tasks assigned to you.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-tasks>Get all Tasks</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Workflows
Get all taxonomiesCONTENTSTACK_GETALLTAXONOMIES<p>The <span class="code">Get all taxonomies</span> request returns comprehensive information of all the taxonomies available in a particular stack in your organization.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-taxonomies>Get all taxonomies</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Get all taxonomies</span> request returns comprehensive information of all the taxonomies available in a particular stack in your organization.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-taxonomies>Get all taxonomies</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Get all terms across all taxonomiesCONTENTSTACK_GETALLTERMSACROSSALLTAXONOMIES<p>The <span data-type='inlineCode'>Get all terms across all taxonomies</span> request returns comprehensive information of all the terms across all taxonomy available in a particular stack in your organization.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-terms-across-all-taxonomies>Get all terms across all taxonomies</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all terms across all taxonomies</span> request returns comprehensive information of all the terms across all taxonomy available in a particular stack in your organization.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-terms-across-all-taxonomies>Get all terms across all taxonomies</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Get all terms of a taxonomyCONTENTSTACK_GETALLTERMSOFATAXONOMY<p>The <span class="code">Get all terms of a taxonomy</span> request returns comprehensive information of all the terms within a taxonomy available in a particular stack in your organization.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-terms-of-a-taxonomy>Get all terms of a taxonomy</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Get all terms of a taxonomy</span> request returns comprehensive information of all the terms within a taxonomy available in a particular stack in your organization.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-terms-of-a-taxonomy>Get all terms of a taxonomy</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Get all users of a stackCONTENTSTACK_GETALLUSERSOFASTACK<p>The <span data-type="inlineCode">Get all users of a stack</span> call fetches the list of all users of a particular stack <br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-users-of-a-stack>Get all users of a stack</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Get all users of a stack</span> call fetches the list of all users of a particular stack <br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-users-of-a-stack>Get all users of a stack</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Stacks
Get all variant groupsCONTENTSTACK_GETALLVARIANTGROUPS<p>The <span class="code">Get all variant groups</span> request returns a list of all variant groups linked to your stack. To retrieve the variant UIDs specific to a content type, include the <span class="code">content_type</span> query parameter with the content type UID in your request.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-variant-groups>Get all variant groups</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Get all variant groups</span> request returns a list of all variant groups linked to your stack. To retrieve the variant UIDs specific to a content type, include the <span class="code">content_type</span> query parameter with the content type UID in your request.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-variant-groups>Get all variant groups</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Variant_groups
Get all webhooksCONTENTSTACK_GETALLWEBHOOKS<p>The <span data-type='inlineCode'>Get all Webhooks</span> request returns comprehensive information on all the available webhooks in the specified stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-webhooks>Get all webhooks</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all Webhooks</span> request returns comprehensive information on all the available webhooks in the specified stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-webhooks>Get all webhooks</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Webhooks
Get all workflowsCONTENTSTACK_GETALLWORKFLOWS<p>The <span data-type='inlineCode'>Get all Workflows</span> request retrieves the details of all the Workflows of a stack.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span></span><span style='font-size: 10.5pt;'></span><span>cm.workflows.management:read scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-workflows>Get all workflows</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get all Workflows</span> request retrieves the details of all the Workflows of a stack.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span></span><span style='font-size: 10.5pt;'></span><span>cm.workflows.management:read scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-all-workflows>Get all workflows</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Workflows
Get an assetCONTENTSTACK_GETANASSET<p>The <span data-type='inlineCode'>Get an asset</span> request returns comprehensive information about a specific version of an asset of a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-an-asset>Get an asset</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get an asset</span> request returns comprehensive information about a specific version of an asset of a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-an-asset>Get an asset</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Get ancestors of a termCONTENTSTACK_GETANCESTORSOFATERM<p>The <span data-type='inlineCode'>Get ancestors of a term</span> returns all the terms that are at higher levels in a specific taxonomy of the specified term.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-ancestors-of-a-term>Get ancestors of a term</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get ancestors of a term</span> returns all the terms that are at higher levels in a specific taxonomy of the specified term.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-ancestors-of-a-term>Get ancestors of a term</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Get a single aliasCONTENTSTACK_GETASINGLEALIAS<p>The <span data-type='inlineCode'>Get a single alias</span> request returns information of a specific alias.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.branch-aliases.management:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-alias>Get a single alias</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single alias</span> request returns information of a specific alias.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.branch-aliases.management:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-alias>Get a single alias</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Aliases
Get a single asset sidebar extensionCONTENTSTACK_GETASINGLEASSETSIDEBAREXTENSION<p>The <span data-type='inlineCode'>Get a single asset sidebar extension</span> request gets the comprehensive details of a specific asset sidebar extension.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-asset-sidebar-extension>Get a single asset sidebar extension</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single asset sidebar extension</span> request gets the comprehensive details of a specific asset sidebar extension.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-asset-sidebar-extension>Get a single asset sidebar extension</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Extensions
Get a single branchCONTENTSTACK_GETASINGLEBRANCH<p>The <span data-type='inlineCode'>Get a single branch</span> request returns information of a specific branch.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.branches.management:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-branch>Get a single branch</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single branch</span> request returns information of a specific branch.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.branches.management:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-branch>Get a single branch</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Branches
Get a single content typeCONTENTSTACK_GETASINGLECONTENTTYPE<p>The <span data-type='inlineCode'>Get a single content type</span> call returns information of a specific content type.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-content-type>Get a single content type</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single content type</span> call returns information of a specific content type.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-content-type>Get a single content type</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Content types
Get a single custom fieldCONTENTSTACK_GETASINGLECUSTOMFIELD<p>The <span data-type='inlineCode'>Get a single custom field</span>&nbsp;request gets the comprehensive details of a specific custom field.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.extensions.management:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-custom-field>Get a single custom field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single custom field</span>&nbsp;request gets the comprehensive details of a specific custom field.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.extensions.management:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-custom-field>Get a single custom field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Extensions
Get a single delivery tokenCONTENTSTACK_GETASINGLEDELIVERYTOKEN<p>The <span data-type='inlineCode'>Get a single delivery token</span>&nbsp;request returns the details of a particular delivery token created in a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-delivery-token>Get a single delivery token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single delivery token</span>&nbsp;request returns the details of a particular delivery token created in a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-delivery-token>Get a single delivery token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Tokens
Get a single entry | Get information on embedded RTE objectsCONTENTSTACK_GETASINGLEENTRY_GETINFORMATIONONEMBEDDEDRTEOBJECTS<p>The <span data-type='inlineCode'>Get a single entry</span> request fetches a particular entry of a content type.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-entry>Get a single entry</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-information-on-embedded-rte-objects" target=_blank>Get information on embedded RTE objects</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single entry</span> request fetches a particular entry of a content type.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-entry>Get a single entry</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#get-information-on-embedded-rte-objects" target=_blank>Get information on embedded RTE objects</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Embedded
Get a single environmentCONTENTSTACK_GETASINGLEENVIRONMENT<p>The <span data-type='inlineCode'>Get a single environment</span> call returns more details about the specified environment of a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-environment>Get a single environment</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single environment</span> call returns more details about the specified environment of a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-environment>Get a single environment</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Environment
Get a single folderCONTENTSTACK_GETASINGLEFOLDER<p>The <span data-type='inlineCode'>Get a single folder</span> call gets the comprehensive details of a specific <a href="/docs/headless-cms/about-entries/#create-and-manage-asset-folders" target="_self">asset folder</a> by means of folder UID. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.assets.management:read</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-folder>Get a single folder</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single folder</span> call gets the comprehensive details of a specific <a href="/docs/headless-cms/about-entries/#create-and-manage-asset-folders" target="_self">asset folder</a> by means of folder UID. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.assets.management:read</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-folder>Get a single folder</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Get a single global fieldCONTENTSTACK_GETASINGLEGLOBALFIELD<p>The <span data-type='inlineCode'>Get a single global field</span> request allows you to fetch comprehensive details of a specific global field.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-global-field>Get a single global field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single global field</span> request allows you to fetch comprehensive details of a specific global field.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-global-field>Get a single global field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Global fields
Get a single JSON RTE pluginCONTENTSTACK_GETASINGLEJSONRTEPLUGIN<p>The <span data-type='inlineCode'>Get a single JSON RTE plugin</span> request gets the comprehensive details of a specific JSON Rich Text Editor plugin.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.extensions.management:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-json-rte-plugin>Get a single JSON RTE plugin</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single JSON RTE plugin</span> request gets the comprehensive details of a specific JSON Rich Text Editor plugin.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.extensions.management:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-json-rte-plugin>Get a single JSON RTE plugin</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Extensions
Get a single labelCONTENTSTACK_GETASINGLELABEL<p>The <span data-type='inlineCode'>Get a single label</span> call returns information about a particular label of a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-label>Get a single label</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single label</span> call returns information about a particular label of a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-label>Get a single label</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Labels
Get a single management tokenCONTENTSTACK_GETASINGLEMANAGEMENTTOKEN<p>The <span data-type='inlineCode'>Get a single management token</span> request returns the details of a specific management token generated in a stack and not the actual management token.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-management-token>Get a single management token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single management token</span> request returns the details of a specific management token generated in a stack and not the actual management token.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-management-token>Get a single management token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Tokens
Get a single publish ruleCONTENTSTACK_GETASINGLEPUBLISHRULE<p>The <span data-type='inlineCode'>Get a Single Publish Rule</span> request retrieves the comprehensive details of a specific publish rule of a Workflow.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.publishing-rules:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-publish-rule>Get a single publish rule</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a Single Publish Rule</span> request retrieves the comprehensive details of a specific publish rule of a Workflow.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.publishing-rules:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-publish-rule>Get a single publish rule</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Workflows
Get a single ReleaseCONTENTSTACK_GETASINGLERELEASE<p>The <span data-type='inlineCode'>Get a single Release</span> request gets the details of a specific Release in a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-release>Get a single Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single Release</span> request gets the details of a specific Release in a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-release>Get a single Release</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Releases
Get a single roleCONTENTSTACK_GETASINGLEROLE<p>The <span data-type='inlineCode'>Get a single role</span> request&nbsp;returns comprehensive information on a specific role.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.roles.management:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-role>Get a single role</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single role</span> request&nbsp;returns comprehensive information on a specific role.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.roles.management:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-role>Get a single role</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Roles
Get a single stackCONTENTSTACK_GETASINGLESTACK<p>The <span data-type="inlineCode">Get a single stack</span>&nbsp;call fetches comprehensive details of a specific stack.<br><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-stack>Get a single stack</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Get a single stack</span>&nbsp;call fetches comprehensive details of a specific stack.<br><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-stack>Get a single stack</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Stacks
Get a single taxonomyCONTENTSTACK_GETASINGLETAXONOMY<p>The <span class="code">Get a single taxonomy</span> request returns comprehensive information of a specific taxonomy available in a particular stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-taxonomy>Get a single taxonomy</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Get a single taxonomy</span> request returns comprehensive information of a specific taxonomy available in a particular stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-taxonomy>Get a single taxonomy</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Get a single termCONTENTSTACK_GETASINGLETERM<p>The <span data-type='inlineCode'>Get a single term</span> request returns comprehensive information of a specific term available in a particular taxonomy.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-term>Get a single term</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a single term</span> request returns comprehensive information of a specific term available in a particular taxonomy.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-term>Get a single term</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Get a single workflowCONTENTSTACK_GETASINGLEWORKFLOW<p>The <span data-type='inlineCode'>Get a Single Workflow</span> request retrieves the comprehensive details of a specific Workflow of a stack.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.management:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-workflow>Get a single workflow</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get a Single Workflow</span> request retrieves the comprehensive details of a specific Workflow of a stack.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.management:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-a-single-workflow>Get a single workflow</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Workflows
Get asset referencesCONTENTSTACK_GETASSETREFERENCES<p>The <span data-type='inlineCode'>Get asset references</span> request retrieves a list of entries and content types that reference the specified asset.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-asset-references>Get asset references</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get asset references</span> request retrieves a list of entries and content types that reference the specified asset.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-asset-references>Get asset references</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Get audit logCONTENTSTACK_GETAUDITLOG<p>The <span data-type='inlineCode'>Get audit log</span>&nbsp;request is used to retrieve the audit log of a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-audit-log>Get audit log</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get audit log</span>&nbsp;request is used to retrieve the audit log of a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-audit-log>Get audit log</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Audit log
Get audit log itemCONTENTSTACK_GETAUDITLOGITEM<p>The <span data-type='inlineCode'>Get audit log item</span>&nbsp;request is used to retrieve a specific item from the audit log of a stack.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.audit-logs:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-audit-log-item>Get audit log item</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get audit log item</span>&nbsp;request is used to retrieve a specific item from the audit log of a stack.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.audit-logs:read</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-audit-log-item>Get audit log item</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Audit log
Get descendants of a termCONTENTSTACK_GETDESCENDANTSOFATERM<p>The <span data-type='inlineCode'>Get descendants of a term</span> request returns all the child terms of a specific term available in a particular taxonomy.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-descendants-of-a-term>Get descendants of a term</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get descendants of a term</span> request returns all the child terms of a specific term available in a particular taxonomy.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-descendants-of-a-term>Get descendants of a term</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Get Details of All Versions of an AssetCONTENTSTACK_GETDETAILSOFALLVERSIONSOFANASSET<p><p>The <span data-type='inlineCode'>Get Details of All Versions of an Asset</span> request returns comprehensive information of all the versions of a specific asset within your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-details-of-all-versions-of-an-asset>Get Details of All Versions of an Asset</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p><p>The <span data-type='inlineCode'>Get Details of All Versions of an Asset</span> request returns comprehensive information of all the versions of a specific asset within your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-details-of-all-versions-of-an-asset>Get Details of All Versions of an Asset</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Get Details of All Versions of an EntryCONTENTSTACK_GETDETAILSOFALLVERSIONSOFANENTRY<p>The <span data-type='inlineCode'>Get Details of All Versions of an Entry</span> request returns comprehensive information of all the versions of a specific entry within a content type.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-details-of-all-versions-of-an-entry>Get Details of All Versions of an Entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get Details of All Versions of an Entry</span> request returns comprehensive information of all the versions of a specific entry within a content type.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-details-of-all-versions-of-an-entry>Get Details of All Versions of an Entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Entries
Get either only images or videosCONTENTSTACK_GETEITHERONLYIMAGESORVIDEOS<p>The <span data-type='inlineCode'>Get either only images or videos</span> request retrieves assets that are either image or video files, based on query request. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.assets.management:read</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-either-only-images-or-videos>Get either only images or videos</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get either only images or videos</span> request retrieves assets that are either image or video files, based on query request. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.assets.management:read</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-either-only-images-or-videos>Get either only images or videos</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Get executions of a webhookCONTENTSTACK_GETEXECUTIONSOFAWEBHOOK<p>The <span data-type='inlineCode'>Get executions of a webhook</span> request allows you to fetch the execution details of a specific webhook, which includes the <strong>execution UID</strong>. These details are instrumental in retrieving webhook logs and retrying a failed webhook.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.webhook:read</span></span><span style="color: rgb(0, 0, 255);font-size: 10.5pt;"> </span><span style="font-size: 10.5pt;">scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-executions-of-a-webhook>Get executions of a webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get executions of a webhook</span> request allows you to fetch the execution details of a specific webhook, which includes the <strong>execution UID</strong>. These details are instrumental in retrieving webhook logs and retrying a failed webhook.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.webhook:read</span></span><span style="color: rgb(0, 0, 255);font-size: 10.5pt;"> </span><span style="font-size: 10.5pt;">scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-executions-of-a-webhook>Get executions of a webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Webhooks
Get information on RTE assetsCONTENTSTACK_GETINFORMATIONONRTEASSETS<p>The <span class="code">Get information on RTE assets</span>call returns comprehensive information on all assets uploaded through the <a href="/docs/headless-cms/rich-text-editor">Rich Text Editor field</a>.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth, please include the </span><span data-type='inlineCode'>cm.assets.rt:read</span><span style="color: rgb(0, 0, 255);font-size: 10.5pt;"><span data-type='inlineCode'> </span></span><span style="font-size: 10.5pt;">scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-information-on-rte-assets>Get information on RTE assets</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Get information on RTE assets</span>call returns comprehensive information on all assets uploaded through the <a href="/docs/headless-cms/rich-text-editor">Rich Text Editor field</a>.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth, please include the </span><span data-type='inlineCode'>cm.assets.rt:read</span><span style="color: rgb(0, 0, 255);font-size: 10.5pt;"><span data-type='inlineCode'> </span></span><span style="font-size: 10.5pt;">scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-information-on-rte-assets>Get information on RTE assets</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Get job items statusCONTENTSTACK_GETJOBITEMSSTATUS<p>The <span class="code">Get job items status</span> request retrieves all the details of the items associated with a specific publish/unpublish job, along with their status.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-job-items-status>Get job items status</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Get job items status</span> request retrieves all the details of the items associated with a specific publish/unpublish job, along with their status.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-job-items-status>Get job items status</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Job status
Get job statusCONTENTSTACK_GETJOBSTATUS<p>The <span class="code">Get job status</span> request returns comprehensive information of a specific publish/unpublish operation.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-job-status>Get job status</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Get job status</span> request returns comprehensive information of a specific publish/unpublish operation.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-job-status>Get job status</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Job status
Get languages of an entryCONTENTSTACK_GETLANGUAGESOFANENTRY<p>The <span data-type='inlineCode'>Get languages of an entry</span> call returns the details of all the languages that an entry exists in. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.entry:read</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-languages-of-an-entry>Get languages of an entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get languages of an entry</span> call returns the details of all the languages that an entry exists in. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.entry:read</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-languages-of-an-entry>Get languages of an entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Entries
Get latest execution log of a webhookCONTENTSTACK_GETLATESTEXECUTIONLOGOFAWEBHOOK<p>Get latest execution log of a webhook call will return a comprehensive detail of all the webhooks that were executed at a particular execution cycle.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-latest-execution-log-of-a-webhook>Get latest execution log of a webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>Get latest execution log of a webhook call will return a comprehensive detail of all the webhooks that were executed at a particular execution cycle.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-latest-execution-log-of-a-webhook>Get latest execution log of a webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Webhooks
Get metadataCONTENTSTACK_GETMETADATA<p>The <span data-type='inlineCode'>Get metadata</span> request fetches the metadata attached to a specific asset or entry of a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-metadata>Get metadata</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get metadata</span> request fetches the metadata attached to a specific asset or entry of a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-metadata>Get metadata</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Metadata
Get publish queueCONTENTSTACK_GETPUBLISHQUEUE<p>The <span data-type='inlineCode'>Get publish queue</span> request returns comprehensive information on activities such as publish, unpublish, and delete that have performed on entries and/or assets. This request also includes the details of the release deployments in the response body.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.publish-queue.management:read</span></span><span style="color: rgb(0, 0, 255);font-size: 10.5pt;"> </span><span style="font-size: 10.5pt;">scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-publish-queue>Get publish queue</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get publish queue</span> request returns comprehensive information on activities such as publish, unpublish, and delete that have performed on entries and/or assets. This request also includes the details of the release deployments in the response body.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.publish-queue.management:read</span></span><span style="color: rgb(0, 0, 255);font-size: 10.5pt;"> </span><span style="font-size: 10.5pt;">scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-publish-queue>Get publish queue</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Publish queue
Get publish queue activityCONTENTSTACK_GETPUBLISHQUEUEACTIVITY<p>The <span data-type='inlineCode'>Get publish queue activity</span> request returns comprehensive information on a specific publish, unpublish, or delete action that was performed on an entry and/or asset. You can also retrieve details of a specific release deployment.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.publish-queue.management:read</span></span><span style="color: rgb(0, 0, 255);font-size: 10.5pt;"> </span><span style="font-size: 10.5pt;">scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-publish-queue-activity>Get publish queue activity</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get publish queue activity</span> request returns comprehensive information on a specific publish, unpublish, or delete action that was performed on an entry and/or asset. You can also retrieve details of a specific release deployment.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.publish-queue.management:read</span></span><span style="color: rgb(0, 0, 255);font-size: 10.5pt;"> </span><span style="font-size: 10.5pt;">scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-publish-queue-activity>Get publish queue activity</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Publish queue
Get publish rules by content typesCONTENTSTACK_GETPUBLISHRULESBYCONTENTTYPES<p>The&nbsp;<span data-type='inlineCode'>Get Publish Rules by Content Types</span>&nbsp;request allows you to retrieve details of a Publish&nbsp;Rule applied to a specific content type of your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-publish-rules-by-content-types>Get publish rules by content types</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The&nbsp;<span data-type='inlineCode'>Get Publish Rules by Content Types</span>&nbsp;request allows you to retrieve details of a Publish&nbsp;Rule applied to a specific content type of your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-publish-rules-by-content-types>Get publish rules by content types</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Workflows
Get references of an entryCONTENTSTACK_GETREFERENCESOFANENTRY<p>The <span data-type='inlineCode'>Get references of an entry</span> request retrieves a list of entries and content types that reference the specified entry.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-references-of-an-entry>Get references of an entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get references of an entry</span> request retrieves a list of entries and content types that reference the specified entry.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-references-of-an-entry>Get references of an entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Entries
Get single entry variantCONTENTSTACK_GETSINGLEENTRYVARIANT<p>The <span class="code">Get single entry variant</span> request retrieves a single variant entry of a given base entry.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-single-entry-variant>Get single entry variant</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Get single entry variant</span> request retrieves a single variant entry of a given base entry.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-single-entry-variant>Get single entry variant</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Entry variants
Get single merge jobCONTENTSTACK_GETSINGLEMERGEJOB<p>The <span data-type='inlineCode'>Get single merge job</span> request returns the status and configuration details of a particular merge job.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-single-merge-job>Get single merge job</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get single merge job</span> request returns the status and configuration details of a particular merge job.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-single-merge-job>Get single merge job</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Branches
Get Stack Bulk Task QueueCONTENTSTACK_GETSTACKBULKTASKQUEUE<p>The <span class="code">Get Stack Bulk Task Queue</span> request retrieves a list of all the bulk actions performed on entries and assets within a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-stack-bulk-task-queue>Get Stack Bulk Task Queue</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Get Stack Bulk Task Queue</span> request retrieves a list of all the bulk actions performed on entries and assets within a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-stack-bulk-task-queue>Get Stack Bulk Task Queue</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Get bulk task queue
Get stack settingsCONTENTSTACK_GETSTACKSETTINGS<p>The <span data-type="inlineCode">Get stack settings</span> call retrieves the configuration settings of an existing stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-stack-settings>Get stack settings</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Get stack settings</span> call retrieves the configuration settings of an existing stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-stack-settings>Get stack settings</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Stacks
Get webhookCONTENTSTACK_GETWEBHOOK<p>The <span data-type='inlineCode'>Get webhook</span> request returns comprehensive information on a specific webhook.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-webhook>Get webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Get webhook</span> request returns comprehensive information on a specific webhook.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#get-webhook>Get webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Webhooks
Import a taxonomyCONTENTSTACK_IMPORTATAXONOMY<p>The <span data-type='inlineCode'>Import a taxonomy</span> request is used to import a taxonomy and its terms into a stack by uploading the JSON or CSV file.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#import-a-taxonomy>Import a taxonomy</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Import a taxonomy</span> request is used to import a taxonomy and its terms into a stack by uploading the JSON or CSV file.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#import-a-taxonomy>Import a taxonomy</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Link content types | Unlink content typesCONTENTSTACK_LINKCONTENTTYPES_UNLINKCONTENTTYPES<p>The <span class="code">Link content types</span> request allows you to link content types to your variant group.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#link-content-types>Link content types</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#unlink-content-types" target=_blank>Unlink content types</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Link content types</span> request allows you to link content types to your variant group.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#link-content-types>Link content types</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#unlink-content-types" target=_blank>Unlink content types</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Variant_groups
Localize a taxonomyCONTENTSTACK_LOCALIZEATAXONOMY<p>The <span data-type='inlineCode'>Localize a taxonomy</span> request is used to add translated values to a taxonomy for specific locales available in your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#localize-a-taxonomy>Localize a taxonomy</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Localize a taxonomy</span> request is used to add translated values to a taxonomy for specific locales available in your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#localize-a-taxonomy>Localize a taxonomy</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Localize a termCONTENTSTACK_LOCALIZEATERM<p>The <span data-type='inlineCode'>Localize a term</span> request is used to add translated taxonomy terms to specific locales available within a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#localize-a-term>Localize a term</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Localize a term</span> request is used to add translated taxonomy terms to specific locales available within a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#localize-a-term>Localize a term</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Merge branchesCONTENTSTACK_MERGEBRANCHES<p>The <span data-type='inlineCode'>Merge branches</span> request merges the specified two branches as per the merge strategy selected.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#merge-branches>Merge branches</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Merge branches</span> request merges the specified two branches as per the merge strategy selected.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#merge-branches>Merge branches</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Branches
Move/Reorder a termCONTENTSTACK_MOVE_REORDERATERM<p>The <span data-type='inlineCode'>Reorder a term</span> request is used to reposition an existing term available in a particular taxonomy.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#move-reorder-a-term>Move/Reorder a term</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Reorder a term</span> request is used to reposition an existing term available in a particular taxonomy.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#move-reorder-a-term>Move/Reorder a term</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Publish an assetCONTENTSTACK_PUBLISHANASSET<p>The <span data-type='inlineCode'>Publish an asset</span> call is used to publish a specific version of an asset on the desired <a href="/docs/developers/set-up-environments/about-environments" target="_self">environment</a> either immediately or at a later date/time.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.asset:publish</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#publish-an-asset>Publish an asset</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Publish an asset</span> call is used to publish a specific version of an asset on the desired <a href="/docs/developers/set-up-environments/about-environments" target="_self">environment</a> either immediately or at a later date/time.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.asset:publish</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#publish-an-asset>Publish an asset</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Publish an entry | Publish entry variantCONTENTSTACK_PUBLISHANENTRY_PUBLISHENTRYVARIANT<p>The <span data-type='inlineCode'>Publish an entry</span> request lets you publish an entry either immediately or schedule it for a later date/time.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#publish-an-entry>Publish an entry</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#publish-entry-variant" target=_blank>Publish entry variant</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Publish an entry</span> request lets you publish an entry either immediately or schedule it for a later date/time.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#publish-an-entry>Publish an entry</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#publish-entry-variant" target=_blank>Publish entry variant</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Entry variants
Publish an entry with references | Publish entries and assets in bulkCONTENTSTACK_PUBLISHANENTRYWITHREFERENCES_PUBLISHENTRIESANDASSETSINBULK<p>The <span data-type='inlineCode'>Publish an Entry With References</span> request allows you to publish an entry along with all its references at the same time.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth, </span>please include the <span><span data-type='inlineCode'>cm.bulk-operations:publish</span></span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#publish-an-entry-with-references>Publish an entry with references</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#publish-entries-and-assets-in-bulk" target=_blank>Publish entries and assets in bulk</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Publish an Entry With References</span> request allows you to publish an entry along with all its references at the same time.<br /><span style="font-size: 10.5pt;">To configure the permissions for your application via OAuth, </span>please include the <span><span data-type='inlineCode'>cm.bulk-operations:publish</span></span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#publish-an-entry-with-references>Publish an entry with references</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#publish-entries-and-assets-in-bulk" target=_blank>Publish entries and assets in bulk</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Bulk operations
Publish metadataCONTENTSTACK_PUBLISHMETADATA<p>The <span data-type='inlineCode'>Publish metadata</span> request lets you publish the metadata associated with a specific entry or asset.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#publish-metadata>Publish metadata</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Publish metadata</span> request lets you publish the metadata associated with a specific entry or asset.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#publish-metadata>Publish metadata</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Metadata
Remove an item from a Release | Delete multiple items from a ReleaseCONTENTSTACK_REMOVEANITEMFROMARELEASE_DELETEMULTIPLEITEMSFROMARELEASE<p>The <span data-type='inlineCode'>Remove an item from a Release</span> request removes one or more items (entries and/or assets) from a specific Release.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#remove-an-item-from-a-release>Remove an item from a Release</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#delete-multiple-items-from-a-release" target=_blank>Delete multiple items from a Release</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Remove an item from a Release</span> request removes one or more items (entries and/or assets) from a specific Release.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#remove-an-item-from-a-release>Remove an item from a Release</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#delete-multiple-items-from-a-release" target=_blank>Delete multiple items from a Release</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Releases
Reset stack settingsCONTENTSTACK_RESETSTACKSETTINGS<p>The <span data-type="inlineCode">Reset stack settings</span> call resets your stack to default settings, and additionally, lets you add parameters to or modify the settings of an existing stack.<br><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#reset-stack-settings>Reset stack settings</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Reset stack settings</span> call resets your stack to default settings, and additionally, lets you add parameters to or modify the settings of an existing stack.<br><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#reset-stack-settings>Reset stack settings</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Stacks
Retry a webhookCONTENTSTACK_RETRYAWEBHOOK<p>This call makes a manual attempt to execute a webhook after the webhook has finished executing its automatic attempts.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#retry-a-webhook>Retry a webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>This call makes a manual attempt to execute a webhook after the webhook has finished executing its automatic attempts.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#retry-a-webhook>Retry a webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Webhooks
Set entry workflow stage | Request/Accept/Reject Entry Publish RequestCONTENTSTACK_SETENTRYWORKFLOWSTAGE_REQUEST_ACCEPT_REJECTENTRYPUBLISHREQUEST<p>The <span data-type='inlineCode'>Set Entry Workflow Stage</span> request allows you to either set a particular workflow stage of an entry or update the workflow stage details of an entry. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth,</span> please include the <span><span data-type='inlineCode'>cm.entry.workflow:write</span></span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#set-entry-workflow-stage>Set entry workflow stage</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#request-accept-reject-entry-publish-request" target=_blank>Request/Accept/Reject Entry Publish Request</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Set Entry Workflow Stage</span> request allows you to either set a particular workflow stage of an entry or update the workflow stage details of an entry. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth,</span> please include the <span><span data-type='inlineCode'>cm.entry.workflow:write</span></span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#set-entry-workflow-stage>Set entry workflow stage</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#request-accept-reject-entry-publish-request" target=_blank>Request/Accept/Reject Entry Publish Request</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Workflows
Set Version Name for AssetCONTENTSTACK_SETVERSIONNAMEFORASSET<p>The <span class="code">Set Version Name for Asset</span> request allows you to assign a name to a specific version of an asset.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#set-version-name-for-asset>Set Version Name for Asset</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Set Version Name for Asset</span> request allows you to assign a name to a specific version of an asset.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#set-version-name-for-asset>Set Version Name for Asset</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Set Version Name for EntryCONTENTSTACK_SETVERSIONNAMEFORENTRY<p>The <span data-type='inlineCode'>Set Version Name for Entry</span> request allows you to assign a name to a specific version of an entry.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#set-version-name-for-entry>Set Version Name for Entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Set Version Name for Entry</span> request allows you to assign a name to a specific version of an entry.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#set-version-name-for-entry>Set Version Name for Entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Entries
Share a stackCONTENTSTACK_SHAREASTACK<p>The <span data-type="inlineCode">Share a stack</span> call shares a stack with the specified user to collaborate on the stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#share-a-stack>Share a stack</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Share a stack</span> call shares a stack with the specified user to collaborate on the stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#share-a-stack>Share a stack</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Stacks
Transfer stack ownership to other usersCONTENTSTACK_TRANSFERSTACKOWNERSHIPTOOTHERUSERS<p>The <span data-type="inlineCode">Transfer stack ownership to other users</span> call sends the specified user an email invitation for accepting the ownership of a particular stack. <br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#transfer-stack-ownership-to-other-users>Transfer stack ownership to other users</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Transfer stack ownership to other users</span> call sends the specified user an email invitation for accepting the ownership of a particular stack. <br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#transfer-stack-ownership-to-other-users>Transfer stack ownership to other users</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Stacks
Unlocalize an entryCONTENTSTACK_UNLOCALIZEANENTRY<p>The <span data-type='inlineCode'>Unlocalize an entry</span> request is used to unlocalize an existing entry. Read more about <a href="/docs/headless-cms/unlocalize-an-entry" target="_self">Unlocalization</a>. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.entry:write</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unlocalize-an-entry>Unlocalize an entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Unlocalize an entry</span> request is used to unlocalize an existing entry. Read more about <a href="/docs/headless-cms/unlocalize-an-entry" target="_self">Unlocalization</a>. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.entry:write</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unlocalize-an-entry>Unlocalize an entry</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Entries
Unlocalize a taxonomy | Delete a taxonomyCONTENTSTACK_UNLOCALIZEATAXONOMY_DELETEATAXONOMY<p>The <span data-type='inlineCode'>Unlocalize a taxonomy</span> request is used to remove translated values from a taxonomy in a specified locale.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unlocalize-a-taxonomy>Unlocalize a taxonomy</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#delete-a-taxonomy" target=_blank>Delete a taxonomy</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Unlocalize a taxonomy</span> request is used to remove translated values from a taxonomy in a specified locale.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unlocalize-a-taxonomy>Unlocalize a taxonomy</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#delete-a-taxonomy" target=_blank>Delete a taxonomy</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Unlocalize a term | Delete a termCONTENTSTACK_UNLOCALIZEATERM_DELETEATERM<p>The <span data-type='inlineCode'>Unlocalize a term</span> request is used to remove localized values for a term in a specific locale.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unlocalize-a-term>Unlocalize a term</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#delete-a-term" target=_blank>Delete a term</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Unlocalize a term</span> request is used to remove localized values for a term in a specific locale.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unlocalize-a-term>Unlocalize a term</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#delete-a-term" target=_blank>Delete a term</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Unpublish an assetCONTENTSTACK_UNPUBLISHANASSET<p>The <span data-type='inlineCode'>Unpublish an asset</span> call is used to unpublish a specific version of&nbsp;an asset from a desired <a href="/docs/developers/set-up-environments/about-environments" target="_self">environment</a>.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.asset:unpublish</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'><span data-type='inlineCode'> </span></span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unpublish-an-asset>Unpublish an asset</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Unpublish an asset</span> call is used to unpublish a specific version of&nbsp;an asset from a desired <a href="/docs/developers/set-up-environments/about-environments" target="_self">environment</a>.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.asset:unpublish</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'><span data-type='inlineCode'> </span></span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unpublish-an-asset>Unpublish an asset</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Unpublish an entry | Unpublish entry variantCONTENTSTACK_UNPUBLISHANENTRY_UNPUBLISHENTRYVARIANT<p>The <span data-type='inlineCode'>Unpublish an entry</span> call will unpublish an entry at once, and also, gives you the provision to unpublish an entry automatically at a later date/time.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unpublish-an-entry>Unpublish an entry</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#unpublish-entry-variant" target=_blank>Unpublish entry variant</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Unpublish an entry</span> call will unpublish an entry at once, and also, gives you the provision to unpublish an entry automatically at a later date/time.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unpublish-an-entry>Unpublish an entry</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#unpublish-entry-variant" target=_blank>Unpublish entry variant</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Entry variants
Unpublish entries and assets in bulkCONTENTSTACK_UNPUBLISHENTRIESANDASSETSINBULK<p>The <span class="code">Unpublish entries and assets in bulk</span> request allows you to unpublish multiple entries and assets at the same time. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span><span data-type='inlineCode'>cm.bulk-operations:unpublish</span></span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unpublish-entries-and-assets-in-bulk>Unpublish entries and assets in bulk</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Unpublish entries and assets in bulk</span> request allows you to unpublish multiple entries and assets at the same time. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span><span data-type='inlineCode'>cm.bulk-operations:unpublish</span></span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unpublish-entries-and-assets-in-bulk>Unpublish entries and assets in bulk</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Bulk operations
Unpublish metadataCONTENTSTACK_UNPUBLISHMETADATA<p>The <span data-type='inlineCode'>Unpublish metadata</span> request lets you unpublish the metadata associated with a specific entry or asset.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unpublish-metadata>Unpublish metadata</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Unpublish metadata</span> request lets you unpublish the metadata associated with a specific entry or asset.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unpublish-metadata>Unpublish metadata</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Metadata
Unshare a stackCONTENTSTACK_UNSHAREASTACK<p>The <span data-type="inlineCode">Unshare a stack</span> call unshares a stack with a user and removes the user account from the list of collaborators. Once this call is executed, the user will not be able to view the stack in their account.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unshare-a-stack>Unshare a stack</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Unshare a stack</span> call unshares a stack with a user and removes the user account from the list of collaborators. Once this call is executed, the user will not be able to view the stack in their account.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#unshare-a-stack>Unshare a stack</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Stacks
Update a custom fieldCONTENTSTACK_UPDATEACUSTOMFIELD<p>The <span data-type='inlineCode'>Update a custom field</span>&nbsp;request is used to update the details of a&nbsp;custom field.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.extensions.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-a-custom-field>Update a custom field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update a custom field</span>&nbsp;request is used to update the details of a&nbsp;custom field.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.extensions.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-a-custom-field>Update a custom field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Extensions
Update a global fieldCONTENTSTACK_UPDATEAGLOBALFIELD<p>The <span data-type='inlineCode'>Update a global field</span> request allows you to update the schema of an existing global field. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.global-fields.management:write</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-a-global-field>Update a global field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update a global field</span> request allows you to update the schema of an existing global field. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.global-fields.management:write</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-a-global-field>Update a global field</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Global fields
Update a JSON RTE pluginCONTENTSTACK_UPDATEAJSONRTEPLUGIN<p>The <span data-type='inlineCode'>Update a JSON RTE plugin</span> request allows you to update the details of an existing JSON RTE plugin.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-a-json-rte-plugin>Update a JSON RTE plugin</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update a JSON RTE plugin</span> request allows you to update the details of an existing JSON RTE plugin.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-a-json-rte-plugin>Update a JSON RTE plugin</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Extensions
Update an asset sidebar extensionCONTENTSTACK_UPDATEANASSETSIDEBAREXTENSION<p>The <span data-type='inlineCode'>Update an asset sidebar extension</span> request allows you to update the details of an existing asset sidebar extension.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-an-asset-sidebar-extension>Update an asset sidebar extension</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update an asset sidebar extension</span> request allows you to update the details of an existing asset sidebar extension.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-an-asset-sidebar-extension>Update an asset sidebar extension</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Extensions
Update an entry | Update an entry with JSON RTE | Localize an entry | Update a localized entry | PUSH Operation.....CONTENTSTACK_UPDATEANENTRY_UPDATEANENTRYWITHJSONRTE_LOCALIZEANENTRY_UPDATEALOCALIZEDENTRY_PUSHOPERATION<p>The <span data-type='inlineCode'>Update an entry</span> call lets you update the content of an existing entry.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-an-entry>Update an entry</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#update-an-entry-with-json-rte" target=_blank>Update an entry with JSON RTE</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#localize-an-entry" target=_blank>Localize an entry</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#update-a-localized-entry" target=_blank>Update a localized entry</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#push-operation" target=_blank>PUSH Operation</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#pull-operation" target=_blank>PULL Operation</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#update-operation" target=_blank>UPDATE Operation</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#add-operation" target=_blank>ADD Operation</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#sub-operation" target=_blank>SUB Operation</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#update-embedded-rte-objects" target=_blank>Update embedded RTE objects</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update an entry</span> call lets you update the content of an existing entry.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-an-entry>Update an entry</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#update-an-entry-with-json-rte" target=_blank>Update an entry with JSON RTE</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#localize-an-entry" target=_blank>Localize an entry</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#update-a-localized-entry" target=_blank>Update a localized entry</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#push-operation" target=_blank>PUSH Operation</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#pull-operation" target=_blank>PULL Operation</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#update-operation" target=_blank>UPDATE Operation</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#add-operation" target=_blank>ADD Operation</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#sub-operation" target=_blank>SUB Operation</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#update-embedded-rte-objects" target=_blank>Update embedded RTE objects</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Embedded
Update a Release | Lock a Release | Unock a ReleaseCONTENTSTACK_UPDATEARELEASE_LOCKARELEASE_UNOCKARELEASE<p>The <span data-type='inlineCode'>Update a Release</span> call allows you to update the details of a Release, i.e., the ‘name’ and ‘description’.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-a-release>Update a Release</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#lock-a-release" target=_blank>Lock a Release</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#unock-a-release" target=_blank>Unock a Release</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update a Release</span> call allows you to update the details of a Release, i.e., the ‘name’ and ‘description’.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-a-release>Update a Release</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#lock-a-release" target=_blank>Lock a Release</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#unock-a-release" target=_blank>Unock a Release</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Releases
Update a taxonomyCONTENTSTACK_UPDATEATAXONOMY<p>The <span class="code">Update a taxonomy</span> request is used to update the details of an existing taxonomy available in a particular stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-a-taxonomy>Update a taxonomy</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Update a taxonomy</span> request is used to update the details of an existing taxonomy available in a particular stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-a-taxonomy>Update a taxonomy</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Update a termCONTENTSTACK_UPDATEATERM<p>The <span data-type='inlineCode'>Update a term</span> request is used to update the details of an existing term available in a particular taxonomy.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-a-term>Update a term</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update a term</span> request is used to update the details of an existing term available in a particular taxonomy.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-a-term>Update a term</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

CMA | Taxonomy
Update a widgetCONTENTSTACK_UPDATEAWIDGET<p>The <span data-type='inlineCode'>Update a widget</span> request is used to update the details of a widget.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-a-widget>Update a widget</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update a widget</span> request is used to update the details of a widget.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-a-widget>Update a widget</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Extensions
Update Content Type | Set Field Visibility Rule for Content Type | Update content type with embedded RTE objectsCONTENTSTACK_UPDATECONTENTTYPE_SETFIELDVISIBILITYRULEFORCONTENTTYPE_UPDATECONTENTTYPEWITHEMBEDDEDRTEOBJECTS<p>The <span data-type='inlineCode'>Update Content Type</span> call is used to update the schema of an existing content type.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-content-type>Update Content Type</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#set-field-visibility-rule-for-content-type" target=_blank>Set Field Visibility Rule for Content Type</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#update-content-type-with-embedded-rte-objects" target=_blank>Update content type with embedded RTE objects</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update Content Type</span> call is used to update the schema of an existing content type.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-content-type>Update Content Type</a> API Reference document <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#set-field-visibility-rule-for-content-type" target=_blank>Set Field Visibility Rule for Content Type</a></li></ul> <ul><li><a href="https://www.contentstack.com/docs/developers/apis/content-management-api#update-content-type-with-embedded-rte-objects" target=_blank>Update content type with embedded RTE objects</a></li></ul><p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Embedded
Update delivery tokenCONTENTSTACK_UPDATEDELIVERYTOKEN<p>The <span data-type="inlineCode">Update delivery token</span>&nbsp;request lets you update the details of a delivery token.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-delivery-token>Update delivery token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Update delivery token</span>&nbsp;request lets you update the details of a delivery token.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-delivery-token>Update delivery token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Tokens
Update environmentCONTENTSTACK_UPDATEENVIRONMENT<p>The <span data-type='inlineCode'>Update environment</span> call will update the details of an existing publishing environment for a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-environment>Update environment</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update environment</span> call will update the details of an existing publishing environment for a stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-environment>Update environment</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Environment
Update fallback languageCONTENTSTACK_UPDATEFALLBACKLANGUAGE<p>The <span data-type='inlineCode'>Update fallback language</span> request allows you to update the fallback language for an existing language of your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-fallback-language>Update fallback language</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update fallback language</span> request allows you to update the fallback language for an existing language of your stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-fallback-language>Update fallback language</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Languages
Update labelCONTENTSTACK_UPDATELABEL<p>The <span data-type='inlineCode'>Update label</span> call is used to update an existing label.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-label>Update label</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update label</span> call is used to update an existing label.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-label>Update label</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Labels
Update languageCONTENTSTACK_UPDATELANGUAGE<p>The <span data-type='inlineCode'>Update language</span> call will let you update the details (such as display name) and the fallback language of an existing language of your stack.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.languages.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-language>Update language</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update language</span> call will let you update the details (such as display name) and the fallback language of an existing language of your stack.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.languages.management:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-language>Update language</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Languages
Update management tokenCONTENTSTACK_UPDATEMANAGEMENTTOKEN<p>The <span data-type="inlineCode">Update management token</span> request lets you update the details of a management token. You can change the name and description of the token; update the stack-level permissions assigned to the token; and change the expiry date of the token (if set).<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-management-token>Update management token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Update management token</span> request lets you update the details of a management token. You can change the name and description of the token; update the stack-level permissions assigned to the token; and change the expiry date of the token (if set).<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-management-token>Update management token</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Tokens
Update metadataCONTENTSTACK_UPDATEMETADATA<p>The <span data-type='inlineCode'>Update metadata</span> request lets you update the metadata for a specific entry or asset.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-metadata>Update metadata</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update metadata</span> request lets you update the metadata for a specific entry or asset.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-metadata>Update metadata</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Metadata
Update or move folderCONTENTSTACK_UPDATEORMOVEFOLDER<p>The <span data-type='inlineCode'>Update or move folder</span> request can be used either to update the details of a folder or set the parent folder if you want to move a folder under another folder. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.assets.management:write</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-or-move-folder>Update or move folder</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update or move folder</span> request can be used either to update the details of a folder or set the parent folder if you want to move a folder under another folder. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span data-type='inlineCode'>cm.assets.management:write</span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-or-move-folder>Update or move folder</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Assets
Update publish rulesCONTENTSTACK_UPDATEPUBLISHRULES<p>The <span data-type='inlineCode'>Update Publish Rules</span> request allows you to add a publish rule&nbsp;or update the details of the existing publish rules&nbsp;of a workflow.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.publishing-rules:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-publish-rules>Update publish rules</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update Publish Rules</span> request allows you to add a publish rule&nbsp;or update the details of the existing publish rules&nbsp;of a workflow.<br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, please include the </span><span><span data-type='inlineCode'>cm.workflows.publishing-rules:write</span></span><span style='color:rgb(0, 0, 255);font-size: 10.5pt;'> </span><span style='font-size: 10.5pt;'>scope.</span><br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-publish-rules>Update publish rules</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Workflows
Update Release items to their latest versionsCONTENTSTACK_UPDATERELEASEITEMSTOTHEIRLATESTVERSIONS<p>The <span data-type='inlineCode'>Update Release items to their latest versions</span> request let you update all the release items (entries and assets) to their latest versions before deployment.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-release-items-to-their-latest-versions>Update Release items to their latest versions</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update Release items to their latest versions</span> request let you update all the release items (entries and assets) to their latest versions before deployment.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-release-items-to-their-latest-versions>Update Release items to their latest versions</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Releases
Update roleCONTENTSTACK_UPDATEROLE<p>The <span data-type='inlineCode'>Update role</span> request lets you modify an existing role of your stack. However, the pre-existing system roles cannot be modified.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-role>Update role</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update role</span> request lets you modify an existing role of your stack. However, the pre-existing system roles cannot be modified.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-role>Update role</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Roles
Update stackCONTENTSTACK_UPDATESTACK<p>The <span data-type="inlineCode">Update stack</span> call lets you update the name and description of an existing stack. <br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-stack>Update stack</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type="inlineCode">Update stack</span> call lets you update the name and description of an existing stack. <br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-stack>Update stack</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Stacks
Update the Dashboard WidgetCONTENTSTACK_UPDATETHEDASHBOARDWIDGET<p>The <span data-type='inlineCode'>Update dashboard widget</span> request is used to update the details of a widget.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-the-dashboard-widget>Update the Dashboard Widget</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update dashboard widget</span> request is used to update the details of a widget.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-the-dashboard-widget>Update the Dashboard Widget</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Extensions
Update User RoleCONTENTSTACK_UPDATEUSERROLE<p>The <span data-type='inlineCode'>Update User Role</span> API Request updates the roles of an existing user account. This API Request will override the existing roles assigned to a user. For example, we have an existing user with the "Developer" role, and if you execute this API request with "Content Manager" role, the user role will lose "Developer" rights and the user role&nbsp;be updated to just "Content Manager".<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-user-role>Update User Role</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span data-type='inlineCode'>Update User Role</span> API Request updates the roles of an existing user account. This API Request will override the existing roles assigned to a user. For example, we have an existing user with the "Developer" role, and if you execute this API request with "Content Manager" role, the user role will lose "Developer" rights and the user role&nbsp;be updated to just "Content Manager".<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-user-role>Update User Role</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Stacks
Update webhookCONTENTSTACK_UPDATEWEBHOOK<p>The <span class="code">Update webhook</span> request allows you to update the details of an existing webhook in the stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-webhook>Update webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Update webhook</span> request allows you to update the details of an existing webhook in the stack.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-webhook>Update webhook</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Webhooks
Update workflow details in bulkCONTENTSTACK_UPDATEWORKFLOWDETAILSINBULK<p>The <span class="code">Update workflow details in bulk</span> request allows you to update the workflow details for multiple entries at the same time. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span><span data-type='inlineCode'>cm.bulk-operations:workflow</span></span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-workflow-details-in-bulk>Update workflow details in bulk</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

<p>The <span class="code">Update workflow details in bulk</span> request allows you to update the workflow details for multiple entries at the same time. <br /><span style='font-size: 10.5pt;'>To configure the permissions for your application via OAuth, </span>please include the <span><span data-type='inlineCode'>cm.bulk-operations:workflow</span></span> scope.<br><br><p>To use the API Request, you will need to authenticate yourself either with a&nbsp;<a href="https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens">Management Token (highly recommended)</a>&nbsp;or an <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken">Authtoken.</a>&nbsp;<br>Read more about it in <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication">Authentication.</a> </p><br>For more information, refer to the <a target=_blank href=https://www.contentstack.com/docs/developers/apiscontent-management-api#update-workflow-details-in-bulk>Update workflow details in bulk</a> API Reference document<p><strong>Note</strong>: To see all the calls in action, please provide your Contentstack-account-specific values to the parameters. For more information, refer to the <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/">Content Management API</a> doc.</p>

认证

需要 Connected Account

Tags

Bulk operations