| name | data type | constraints | description |
|---|---|---|---|
| success | boolean | required boolean | |
| list | array of ObjectSetTO |
Example
{
"success" : true,
"list" : [ {
"ownerFullName" : "...",
"createdAt" : "...",
"isShared" : true,
"ownerId" : 12345,
"name" : "...",
"objects" : [ { }, { } ],
"description" : "...",
"id" : 12345,
"canEdit" : true
}, {
"ownerFullName" : "...",
"createdAt" : "...",
"isShared" : true,
"ownerId" : 12345,
"name" : "...",
"objects" : [ { }, { } ],
"description" : "...",
"id" : 12345,
"canEdit" : true
} ]
}