ObjectSetTO Data Type

Properties
name data type description
ownerId number
canEdit boolean
name string
id number
createdAt string
isShared boolean
ownerFullName string
description string
objects array of HdcObjectTO

Example

{
  "ownerId" : 12345,
  "canEdit" : true,
  "name" : "...",
  "id" : 12345,
  "createdAt" : "...",
  "isShared" : true,
  "ownerFullName" : "...",
  "description" : "...",
  "objects" : [ { }, { } ]
}