Interface PlaceSystemsQueryOptions

Allowable query parameters for systems index endpoint

interface PlaceSystemsQueryOptions {
    _poll?: boolean;
    cache?: number;
    fields?: string;
    in?: string;
    limit?: number;
    module_id?: string;
    offset?: number;
    q?: string;
    signage?: boolean;
    zone_id?: string;
}

Hierarchy

  • PlaceResourceQueryOptions
    • PlaceSystemsQueryOptions

Properties

_poll?: boolean

Whether the request is a API poll request

cache?: number

Number of milliseconds to cache the query response

fields?: string

Comma seperated list of fields to apply the query to

in?: string

Comma seperated list of email addresses to filter on

limit?: number

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

module_id?: string

Driver ID to filter the returned values on

offset?: number

Offsets of the results to return. Max 10000

q?: string
signage?: boolean

Only return systems that have signage capabilities

zone_id?: string

Zone ID to filter the returned values on