Interface PlaceAssetTypeQueryOptions

Mapping of available query parameters for the asset types index endpoint

interface PlaceAssetTypeQueryOptions {
    _poll?: boolean;
    brand?: string;
    cache?: number;
    category_id?: string;
    fields?: string;
    limit?: number;
    model_number?: string;
    offset?: number;
    q?: string;
    ref?: string;
    zone_id?: string;
}

Hierarchy (View Summary)

Properties

_poll?: boolean

Whether the request is a API poll request

brand?: string

Return assets with the provided brand name

cache?: number

Number of milliseconds to cache the query response

category_id?: string

Return asset types in the category provided

fields?: string

Comma separated list of fields to search. Accepts wildcard expressions and boost relevance scores using caret ^ operator.

limit?: number

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

model_number?: string

Return assets with the provided model number

offset?: number

Use ref for pagination. Offset of the results to return. Max 10000

q?: string
ref?: string

Token for accessing the next page of results, provided in the Link header

zone_id?: string

Filters the asset count to the zone provided