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