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