Partner - Booking API
/partners/v1/bookings/parkings - GET
Through integration with the Partner Booking API, you gain seamless access to TRAVIS booking platform. This API allows you to get access to the bookings made on the TRAVIS platform.
Endpoint
https://api.travisroadservices.com/partners/v1/bookings/parkings
Copy
Query params
| Parameter | Type | Description |
|---|---|---|
location
|
string | The location ID where you want to retrieve the bookings for |
status
|
string | Filter bookings by status (planned, active, completed, expired, cancelled) |
arrival[from]
|
string | Filter bookings by arrival date (from), format: yyyy-mm-dd (does not work on cancelled bookings) |
arrival[to]
|
string | Filter bookings by arrival date, format (to): yyyy-mm-dd (does not work on cancelled bookings) |
departure[from]
|
string | Filter bookings by departure date (from), format: yyyy-mm-dd (does not work on cancelled bookings) |
departure[to]
|
string | Filter bookings by departure date, format (to): yyyy-mm-dd (does not work on cancelled bookings) |
created[from]
|
string | Filter bookings by creation date (from), format: yyyy-mm-dd |
created[to]
|
string | Filter bookings by creation date, format (to): yyyy-mm-dd |
page
|
string | The collection page number |
itemsPerPage
|
string | The number of items per page |
Response body
Response 200
Response 400
Response 401
Response 403
Response 404
Response 500