TFDi Design Icon
TFDi Design
VA APIFlightsBookings

View Bookings

View all the bookings the pilot has currently made

GET
/flights/bookings
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://loading/flights/bookings"
[
  {
    "code": "string",
    "number": "string",
    "type": "string",
    "departureAirport": "string",
    "arrivalAirport": "string",
    "route": [
      "string"
    ],
    "aircraft": 0,
    "flightLevel": 999,
    "distance": 0.1,
    "departureTime": "string",
    "arrivalTime": "string",
    "flightTime": 0.1,
    "daysOfWeek": [
      "string"
    ],
    "subfleets": [
      "string"
    ],
    "notes": "string",
    "bidID": 0
  }
]
{
  "message": "string"
}