SuccessAddObjectTO Data Type

Properties
name data type constraints description
success boolean required boolean
list array of ObjectSetTO  

Example

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