ExportConfig Data Type

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

Example

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