Interface PlaceZoneQueryOptions

Mapping of available query paramters for the zones index endpoint

interface PlaceZoneQueryOptions {
    _poll?: boolean;
    cache?: number;
    control_system_id?: string;
    fields?: string;
    limit?: number;
    offset?: number;
    parent_id?: string;
    q?: string;
    tags?: string;
}

Hierarchy

  • PlaceResourceQueryOptions
    • PlaceZoneQueryOptions

Properties

_poll?: boolean

Whether the request is a API poll request

cache?: number

Number of milliseconds to cache the query response

control_system_id?: string

ID of the system to filter the results

fields?: string

Comma seperated list of fields to apply the query to

limit?: number

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

offset?: number

Offsets of the results to return. Max 10000

parent_id?: string

ID of the parent zone to filter the results

q?: string
tags?: string

List of space seperated tags to filter the results