Description Usage Arguments Value See Also
View source: R/fse_assignments_by_key.R
List "My flight" assignments for the provided read access key.
1 | fse_assignments_by_key(accesskey, ...)
|
accesskey |
FSE read access key |
... |
other arguments passed to |
Feed function returns a data.frame
(default) or xml_document
depending on
the value of format
argument (see fse_api
for details).
The object contains the following columns/tags:
Id
– Assignment Id
Status
– Assignment status one of "Selected", "Departing" or "Enroute"
Location
– ICAO where the job is at
From
– Originating airport
Destination
– Destination airport
Assignment
– Description of payload
Amount
– Number of pax or kg
Units
– The unit of Amount
Pay
– Assignment pay in vdollars
PilotFee
– Pilot fee (for group assignments?)
Expires
– Amount of time in which the assignment will expire
ExpireDateTime
– Date and time at which the assignment will expire
Type
– Type of assignment: "Trip-Only", "All-In"...
Express
– Is it an express assignment
Locked
– Name of the pilot that has the assignment selected
Comment
– Additional comments
Other FSE feeds:
fse_aircraft_aliases()
,
fse_aircraft_configs()
,
fse_aircraft_status_by_registration()
,
fse_aircraft
,
fse_commodities_by_key()
,
fse_facilities_by_key()
,
fse_fbo_summary()
,
fse_fbo
,
fse_group_members()
,
fse_jobs
,
fse_log
,
fse_payments
,
fse_statistics_by_key()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.