interface GetSpaces {
    expand?: string;
    favourite?: boolean;
    label?: string;
    limit?: number;
    spaceKey?: string;
    start?: number;
    status?: string;
    type?: string;
}

Properties

expand?: string

A comma separated list of properties to expand on the spaces

favourite?: boolean

Filter the list of spaces returned by favourites

label?: string

Filter the list of spaces returned by label

limit?: number

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

spaceKey?: string

A list of space keys

start?: number

The start point of the collection to return

status?: string

Filter the list of spaces returned by status (current, archived)

type?: string

Filter the list of spaces returned by type (global, personal)

Generated using TypeDoc v0.25.12