AeroDataBox · Example Payload

Aerodatabox Getflighthistory Flighthistory Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Getflighthistory Flighthistory Example is an example object payload from AeroDataBox, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "GetFlightHistory_FlightHistory",
  "method": "GET",
  "path": "/flights/{searchBy}/{searchParam}/{dateFromLocal}/{dateToLocal}",
  "summary": "AeroDataBox Flight History and Schedule (range of Days) / TIER 3",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetFlightHistory_FlightHistory200Example",
      "example": [
        "example_value"
      ]
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "GetFlightHistory_FlightHistory400Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "GetFlightHistory_FlightHistory401Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "451",
      "contentType": "application/json",
      "name": "GetFlightHistory_FlightHistory451Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "GetFlightHistory_FlightHistory500Example",
      "example": {
        "message": "example_value"
      }
    }
  ]
}