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.
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 bodyResponse 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