Interface PlaceZoneShowOptions

Mapping of available query parameters for the zones show endpoint

interface PlaceZoneShowOptions {
    complete?: boolean;
    data?: string;
}

Properties

Properties

complete?: boolean

Includes trigger data in the response (must have support or admin permissions)

data?: string

Returns the specified settings key if the key exists in the zone (available to all authenticated users)