interface GetContentById {
    expand?: string;
    id: string | number;
    status?: string;
    version?: number;
}

Properties

expand?: string

A comma separated list of properties to expand on the content. Default value: history,space,version We can also specify some extensions such as extensions.inlineProperties (for getting inline comment-specific properties) or extensions.resolution for the resolution status of each comment in the results

id: string | number
status?: string

List of Content statuses to filter results on. Default value: [current]

version?: number

Generated using TypeDoc v0.25.12