ExportConfig Data Type

Properties
name data type constraints description
description string  
exportAttachments boolean  
primaryPerspectiveId number  
exportDocuments boolean required boolean
secondaryPerspectiveId number  
exportGeometries boolean required boolean
exportFormat ExportFormat  
exportSubtree boolean required boolean

Example

{
  "description" : "...",
  "exportAttachments" : true,
  "primaryPerspectiveId" : 12345,
  "exportDocuments" : true,
  "secondaryPerspectiveId" : 12345,
  "exportGeometries" : true,
  "exportFormat" : "FI2_HIERARCHY",
  "exportSubtree" : true
}