Authorization: oauth ********************
curl --location --request GET 'https://api-v2.streamvi.io/method/channel_settings/options/getPlanned?v&language&project_id&channel_id' \
--header 'Authorization: oauth <token>'
{
"results": [
{
"planned": {
"id": "string",
"title": "string",
"description": "string",
"date": "2019-08-24T14:15:22Z"
}
}
]
}