Request to push multiple objects (of same type) to the master
| name | data type | description |
|---|---|---|
| ids | array of number | Get the list of ids |
Properties inherited from PushToMasterRequest |
||
| masterId | number | |
| channelId | number | |
| recursive | boolean | |
| foregroundTime | number | |
| types | array of Type | |
Example
{
"ids" : [ 12345, 12345 ],
"masterId" : 12345,
"channelId" : 12345,
"recursive" : true,
"foregroundTime" : 12345,
"types" : [ "folder", "image" ]
}