Dashboard
A main page of Broker Application
// Event
curl --location --request GET 'https://mydomain.belevensoftware.com/api/broker/v0/calendar/timeline/event?start=2024-01-01&end=2024-12-31' \
--header 'Authorization: Bearer XXXX'// Resource
curl --location --request GET 'https://mydomain.belevensoftware.com/api/broker/v0/resource/timeline/event?start=2024-01-01&end=2024-12-31' \
--header 'Authorization: Bearer XXXX'//Events
[
{
"resourceId": 41,
"flight_id": 26857,
"flight_number": "LWG1779",
"backgroundColor": "gray",
"textColor": "white",
"borderColor": "gray",
"start": "2024-02-09 08:15",
"end": "2024-02-09 10:05",
"dep": {
"icao": "LICT",
"iata": "TPS",
"country": "Italy ()",
"city": "Trapani"
},
"arr": {
"icao": "LIPQ",
"iata": "TRS",
"country": "Italy ()",
"city": "Ronchi De Legionari"
},
"url": "broker.luxwing.belevensoftware.com",
"api_version": "v0",
"passengers": 0
}
]Last updated