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

Properties

depth?: string

A string indicating if all content, or just the root content of the space is returned. Default value: all. Valid values: all, root.

expand?: string

A comma separated list of properties to expand on each piece of content retrieved

limit?: number

The limit of the number of labels to return, this may be restricted by fixed system limits

spaceKey: string
start?: number

The start point of the collection to return

Generated using TypeDoc v0.25.12