dronedeploy Docs Reference API Explorer Become a Partner

OBJECT

Export

Exports are used for getting data out of the DroneDeploy platform. You can create exports using the createExport mutation. Exports take some time to process so after one is created you need to wait until it has the status "COMPLETE" before a download link is available. Exports last for 30 days before expiring and will need to be regenerated after that. Example Query:

{
  node(id:"Export:5ab16b6b48273300019b14e1"){
    ... on Export{
      user{
        username
      }
      parameters {
        projection
        merge
        contourInterval
        layer
        fileFormat
        resolution
      }
      status
      downloadPath
    }
  }
}

link

Implements

Fields

id (ID!)

The ID of the object.

user (User)

User which started the export

plan (Plan)

Plan from which the data was exported

parameters (ExportParameters!)

Configuration parameters controlling what to export

status (ExportStatus!)

Status of the export

dateCreation (DateTime!)

Date the object was created

downloadPath (URL)

Fully qualified URL to download the export output data.

autoExportSetting (AutoExportSetting)

Auto export setting which created this export

autoExportDeliveryStatus (AutoExportDeliveryStatus)

Status of auto export delivery.

dateStarted (DateTime)

Date the object started processing

dateComplete (DateTime)

Date the object completed processing

downloadSize (Float)

Size of the file for download