interface GetRestrictionsForOperation {
    expand?: string;
    id: string | number;
    limit?: number;
    operationKey: string;
    start?: number;
}

Properties

expand?: string

A comma separated list of properties to expand on the content properties. Default value: group.

id: string | number
limit?: number

Pagination limit

operationKey: string
start?: number

Pagination start

Generated using TypeDoc v0.25.12