Function: getSpaceContentStates()
ts
function getSpaceContentStates(client, parameters): Promise<object[]>;Defined in: src/v1/api/contentStates.ts:130
Get content states that are suggested in the space.
Permissions required: 'View' permission for the space.
Parameters
| Parameter | Type | Description |
|---|---|---|
client | Client | - |
parameters | { spaceKey: string; } | - |
parameters.spaceKey | string | The key of the space to be queried for its content state settings. |
Returns
Promise<object[]>