# Get Aircraft Schedule Fetches the schedule of an aircraft using its tail number. Limitation 60 days in the past and 60 days in the future. If an invalid date is returned, the default (-60 or + 60) days will be returned. Aircraft tasks in FL3XX represent events that occur at a location. This includes activities like maintenance, AOG (Aircraft On Ground) situations, and crew unavailability. If you're scheduling maintenance for an aircraft at Rome's Fiumicino Airport, you would enter the following: * Fiumicino (FCO) * The date and time the maintenance starts. * Fiumicino (FCO) * The date and time the maintenance is expected to end. Endpoint: GET /api/external/aircraft/{tailNumber}/schedule Version: 1.5.0 Security: API_AUTHENTICATION ## Path parameters: - `tailNumber` (string, required) tailNumber Example: "OE-FL3XX" ## Query parameters: - `from` (string) from Example: "2024-10-16" - `initLocation` (boolean) initLocation - `to` (string) to Example: "2024-12-16" ## Response 200 fields (application/json): - `arrivalAirport` (string) - `arrivalAirportObj` (object) - `arrivalAirportObj.aid` (string) AID Example: "APT-QAPF-UXNM" - `arrivalAirportObj.faa` (string) FAA Example: "null" - `arrivalAirportObj.iata` (string) IATA Example: "null" - `arrivalAirportObj.icao` (string) ICAO Example: "OTBD" - `arrivalAirportObj.id` (integer) FL3XX internal airport ID Example: 22024 - `arrivalAirportObj.localIdentifier` (string) Local identifier Example: "null" - `arrivalAirportObj.name` (string) Airport name Example: "Doha International Airport" - `arrivalDate` (string) - `arrivalDateUTC` (string) - `comments` (string) - `departureAirport` (string) - `departureAirportObj` (object) - `departureDate` (string) - `departureDateUTC` (string) - `fplType` (string) Enum: "N", "G", "X", "M", "S" - `id` (string) - `notes` (string) - `pax` (integer) - `seatsAfter` (integer) - `taskType` (string) Type of task scheduled. Possible values: * Scheduled maintenance activities. * Unexpected maintenance needs. * Periods when the crew is unavailable for flight duties. * Aircraft On Ground situations requiring attention. * For adding general notes or annotations to the schedule. * To block out time on the schedule for potential future tasks. * For scheduling actual flights (with different departure and arrival airports). Enum: "MAINTENANCE", "RESERVED", "AOG", "CREW_UNAVAILABLE", "NOTE", "FLIGHT", "UNSCHEDULED_MAINTENANCE", "LOCATION" - `tripNumber` (integer) - `workflow` (string) Enum: "COMMERCIAL", "MAINTENANCE", "PRIVATE", "TRAINING", "OWNER", "INTERNAL", "RESERVED", "CHARTER", "SUBCHARTER", "SCHEDULED", "AMBULANCE", "CUSTOM1", "CUSTOM2", "CUSTOM3", "CUSTOM4", "CUSTOM5", "CUSTOM6", "BROKER", "BROKER_SUBCHARTER" - `workflowCustomName` (string)