interface GetContentForSpace {
    depth?: string;
    expand?: string[];
    limit?: number;
    spaceKey: string;
    start?: number;
}

Properties

depth?: string

Filter the results to content at the root level of the space or all content.

expand?: string[]

A multi-value parameter indicating which properties of the content to expand.

limit?: number

The maximum number of content objects to return per page. Note, this may be restricted by fixed system limits.

spaceKey: string

The key of the space to be queried for its content.

start?: number

The starting index of the returned content.

Generated using TypeDoc v0.25.12