dronedeploy Docs Reference API Explorer Become a Partner

OBJECT

AutoExportSetting

AutoExportSettings are used for saving custom export configurations. You can create AutoExportSettings using the createAutoExportSetting mutation. Example Query:

{
  node(id:"AutoExportSetting:5ab16b6b48273300019b14e1"){
    ... on AutoExportSetting{
      application {
        id
      }
      exportParameters {
        projection
        merge
        contourInterval
        layer
        fileFormat
        resolution
      }
    }
  }
}

link

Implements

Fields

id (ID!)

The ID of the object.

application (Application)

The application that AutoExportSetting is related to

dateCreation (DateTime)

Date the object was created

exportParameters (ExportParameters!)

Configuration parameters controlling export parameters

validationInfo (ValidationInfo)

Info of validation for AutoExportSettings

folderConfig (JSONString)

A JSON string representing folder data.

folderEndpoint (String)

Endpoint to query for folder info

project (Project)

The project that AutoExportSetting is related to