get http://cloud.dronesmith.io/api/mission/
Description
Get a single mission and its internal flight data.
Returned Fields
_id
- the mission Id. A unique ID for each mission object.
kind
- The type of format. 3 formats are supported:
Mavlink - MAVLink in JSON format.
mavlinkBinary - MAVLink in binary format.
start
- the start time of the flight.
end
- the end time of the flight.
user
- an associated user id with the mission.
flight
- An array of messages that were recorded during the flight. Each message represents a MAVLink message.
Message Fields
message
- the number of the MAVLink message
payload
- the data fields in the MAVLink message
componentId
- component Id of MAVLink message
systemId
- system Id of MAVLink message
time
- timestamp of MAVLink message