dronedeploy Docs Reference API Explorer Become a Partner

OBJECT

QueryRoot

link

Fields

node (Node)

Get any Node by ID
Argument NameTypeDescription
idID!The ID of the Node you are querying for. Is in the format "{Type}:{Identifier}"

viewer (User)

Currently authenticated user

application (Application)


Argument NameTypeDescription
idID!(Not Documented)

flightRecord (FlightRecord)

Single flight record by ID
Argument NameTypeDescription
idIDFlight record ID

flightRecords (FlightRecordConnection)

Flight records by plan ID, user ID, or organization ID
Argument NameTypeDescription
planIdIDPlan ID
projectIds[ID](Not Documented)
userIds[ID](Not Documented)
organizationIdIDOrganization ID
startDateDateTimeStart Date
endDateDateTimeEnd Date
beforeString(Not Documented)
afterString(Not Documented)
firstInt(Not Documented)
lastInt(Not Documented)

export (Export)

Get a single export object by ID
Argument NameTypeDescription
idIDExport ID

mapPlan (MapPlan)

MapPlan by ID
Argument NameTypeDescription
idID!MapPlan ID

progressPhotoPlan (ProgressPhotoPlan)

ProgressPhotoPlan by ID
Argument NameTypeDescription
idID!ProgressPhotoPlan ID

annotation (Annotation)

Annotation by ID
Argument NameTypeDescription
idID!Annotation ID

photo (Photo)

Photo by ID
Argument NameTypeDescription
idID!Photo ID

project (Project)

Project by ID
Argument NameTypeDescription
idID!Project ID

projects (ProjectConnection)

All projects accessible to the querying user
Argument NameTypeDescription
beforeString(Not Documented)
afterString(Not Documented)
firstInt(Not Documented)
lastInt(Not Documented)

link Require by

This element is not required by anyone