API Reference
Log In
API Reference

/api/drone/

Get all drones or filter by query strings.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Description

Lists all drone objects a user account has as a JSON array. See Anatomy of a Drone Object Anatomy of a Drone Object for more information.

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.

Query Params
string

The number of missions to include in the object. Default is 10 if no size is specified.

string

The offset to return. Only applicable if size has been set. For instance, a size of 10 with a page of 2 would return missions starting from 10 * (2-1) = 10 to 20.

string

Order the missions by a field. Use a dash - (minus) to specify an inverted ordering.

string

Select drone objects by groups. You can select mutliple groups by separting each with a comment. Ex: ?groups=swarm-23,vegas,px4

string

Select drone objects by generic field name in drone object, with a specific value. Ex: ?type=Virtual Drone&systemId=1

Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json