Target folder object for a page copy call. A folder is identified by its id and the channelId. You can omit the channelId when you want to copy to master folders.
| name | data type | description |
|---|---|---|
| id | number | Get the target folder Id |
| channelId | number | Get the target folder channel id |
Example
{
"id" : 12345,
"channelId" : 12345
}