ExportConfig Data Type

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

Example

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