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

Properties

expand?: string[]

A multi-value parameter indicating which properties of the space property to expand. By default, the version object is expanded.

  • version returns information about the version of the content.
  • space returns the space that the properties are in.
limit?: number

The maximum number of properties 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 properties.

start?: number

The starting index of the returned objects.

Generated using TypeDoc v0.25.12