ObjectSetTO Data Type

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

Example

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