| name | data type | constraints | description |
|---|---|---|---|
| exportDocuments | boolean | required boolean | |
| exportFormat | ExportFormat | ||
| exportSubtree | boolean | required boolean | |
| description | string | ||
| secondaryPerspectiveId | number | ||
| exportGeometries | boolean | required boolean | |
| primaryPerspectiveId | number | ||
| exportAttachments | boolean |
Example
{
"exportDocuments" : true,
"exportFormat" : "LOCATION_INFORMATION",
"exportSubtree" : true,
"description" : "...",
"secondaryPerspectiveId" : 12345,
"exportGeometries" : true,
"primaryPerspectiveId" : 12345,
"exportAttachments" : true
}