get
http://cloud.dronesmith.io/api/mission
Description
Get all missions associated with a user. You may use query strings to change the amount to fetch at once, or which page. Please note this query does not grab raw recorded data. You must GET /api/mission/<mission_id> in order to get detailed data.
Returned Fields
total - total number of missions
size - Number of returned missions
page - the specified page. Null if page is not applicable.
missions - The mission object.