Skip to content

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

ParameterTypeDescription
clientClient-
parameters{ spaceKey: string; }-
parameters.spaceKeystringThe key of the space to be queried for its content state settings.

Returns

Promise&lt;object[]>