GET Trips by context, contextId
Overview
Retrieve trips on a booking
Request
GET /[context]/[contextId]/Trips
Request Information
Request Parameters
context
String
Mandatory
Context in Request URI should be 'bookings'
contextId
Integer
Mandatory
ContextId in Request URI should be Booking ID
Response Information
Response Codes
200 OK
The resource was retrieved successfully
400 Bad Request
The resource was malformed
401 Unauthorized
Missing or invalid API key
404 Not Found
The specified resource was not found
500 Internal Server Error
An unexpected error occurred on the API server
Response Example