DroneDeploy Projects and Plans API

Query the projects and plans (MapPlan) in an organization through `viewer.organization.plans`/`projects` and the `node(id)` lookup - reading name, location and geometry (lat/lng), dateCreation, imageCount, and processing status - with cursor-based pagination. Plan/project creation and update mutations are modeled from the schema's MutationRoot.

API entry from apis.yml

apis.yml Raw ↑
aid: dronedeploy:dronedeploy-projects-and-plans-api
name: DroneDeploy Projects and Plans API
tags:
- Projects
- Plans
- MapPlan
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://developer-docs.dronedeploy.com/api/examples/fetching-all-plans-for-your-organization
baseURL: https://www.dronedeploy.com/graphql
properties:
- url: https://developer-docs.dronedeploy.com/api/introduction
  type: Documentation
- url: https://developer-docs.dronedeploy.com/api/examples/fetching-all-plans-for-your-organization
  type: APIReference
- url: graphql/dronedeploy-graphql.md
  type: GraphQL
- url: graphql/dronedeploy-schema.graphql
  type: GraphQL
- url: collections/dronedeploy.postman_collection.json
  type: PostmanCollection
- url: collections/dronedeploy.opencollection.json
  type: OpenCollection
description: Query the projects and plans (MapPlan) in an organization through `viewer.organization.plans`/`projects`
  and the `node(id)` lookup - reading name, location and geometry (lat/lng), dateCreation, imageCount,
  and processing status - with cursor-based pagination. Plan/project creation and update mutations are
  modeled from the schema's MutationRoot.