HdcObjectListWithDomainTO Data Type

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

Example

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