datestring(date)
Filter by date (defaults to current day)
Returns all the scheduled flights for a given day
Filter by date (defaults to current day)
Successful respone with scheduled flights
curl --request GET \
--url https://shared-services.kong-sales-engineering.com/kongair/flights \
--header 'Accept: application/json' \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json'[
{
"number": "KD924",
"route_id": "LHR-SFO",
"scheduled_departure": "2024-03-20T09:12:28Z",
"scheduled_arrival": "2024-03-20T19:12:28Z"
},
{
"number": "KD925",
"route_id": "SFO-LHR",
"scheduled_departure": "2024-03-21T09:12:28Z",
"scheduled_arrival": "2024-03-21T19:12:28Z"
}
]