Interface PlaceClusterQueryOptions

Mapping of available query paramters for the application index endpoint

interface PlaceClusterQueryOptions {
    include_status?: string;
    limit?: number;
    offset?: number;
}

Properties

include_status?: string

Whether the cluster status details should be included

limit?: number

Number of results to return. Defaults to 20. Max 500

offset?: number

Offset the page of results. Max 10000