Core API
API Base URL |
ENDPOINT | DESCRIPTION |
https://usc-api.flightschedulepro.com/core/v1.0 | Version 1.0 is the current version |
Aircraft |
METHOD | ENDPOINT | DESCRIPTION |
GET | /operators/{operatorId}/aircraft | Fetch a list of aircraft |
GET | /operators/{operatorId}/aircraft/{aircraftId}/maintenanceReminders | Fetches a list of Maintenance Reminders for a specific aircraft |
GET | /operators/{operatorId}/aircraft/{aircraftId}/squawks | Fetches a list of Squawks for a specific aircraft |
Equipment |
METHOD | ENDPOINT | DESCRIPTION |
GET | /operators/{operatorId}/equipment | Fetches a list of Equipment |
Instructors |
METHOD | ENDPOINT | DESCRIPTION |
GET | /operators/{operatorId}/instructors | Fetches a list of Instructors |
Users |
METHOD | ENDPOINT | DESCRIPTION |
GET | /operators/{operatorId}/users | Fetches a list of Users |
GET | /operators/{operatorId}/users/{userId} | Fetch a User by Id |
GET | /operators/{operatorId}/users/external/{externalId} | Fetch a User by External Id |