HdcObjectListWithDomainTO Data Type

Properties
name data type description
domainId number
domainName string
config ExportConfig
packageName string
objects array of HdcBasicTO

Example

{
  "domainId" : 12345,
  "domainName" : "...",
  "config" : {
    "primaryPerspectiveId" : 12345,
    "exportAttachments" : true,
    "secondaryPerspectiveId" : 12345,
    "exportFormat" : "FI2V122_DATAVIEW_006",
    "exportSubtree" : true,
    "exportDocuments" : true,
    "exportGeometries" : true,
    "description" : "..."
  },
  "packageName" : "...",
  "objects" : [ { }, { } ]
}