This API version is deprecated

Please use the latest version for continued support and access to new features. View latest API documentation

Locations API

List location filters.

Returns filters that can be applied to the locations collection and POI endpoints.


Open Swagger Specification

Endpoint

    GET - https://api.travisroadservices.com/v1/location_filters
    Copy
  

Query params

Parameter Type Description
language string Specifies the language of the response.
service string Filters locations by the specified service.
vehicleCombination string Filters by the selected vehicle combination ID.
cleaningType string Filters locations suitable for the specified cleaning type.
nao string Filters locations that are NAO certified.
disinfection string Filters locations that offer disinfection cleaning programs.

Request body

No request body

Response body

Response 200

LocationFilterResource collection

Fields

Field Type Description
code string Unique machine-readable identifier of the filter.
label string Human-readable display label for the filter.
type string Type of the filter (e.g. select, range).
options array Available options for this filter.
minValue string Minimum value for range filters.
maxValue string Maximum value for range filters.

Example

Response 401

No response body - No bearer token set verify if your token is added as bearer token

Response 403

No response body - You don't have access to this API resource