ObjectSetTO Data Type

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

Example

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