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