Properties
| Name | Type | Description |
|---|---|---|
| spaceContentStates | array | Space suggested content states that can be used in the space. This can be null if space content states are disabled in the space. This list can be empty if there are no space content states defined in |
| customContentStates | array | Custom content states that can be used by the user on the content of this call. This can be null if custom content states are disabled in the space of the content. This list can be empty if there are |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "AvailableContentStates",
"type": "object",
"properties": {
"spaceContentStates": {
"type": "array",
"description": "Space suggested content states that can be used in the space. This can be null if space content states are disabled in the space.\nThis list can be empty if there are no space content states defined in the space.\nAll spaces start with 3 default space content states, and this can be modified in the UI under space settings."
},
"customContentStates": {
"type": "array",
"description": "Custom content states that can be used by the user on the content of this call.\nThis can be null if custom content states are disabled in the space of the content.\nThis list can be empty if there are no custom content states defined by the user.\nThis will at most have 3 of the most recently published content states. \nOnly the calling user has access to place these states on content, but all users can see these states once they are placed."
}
}
}