Set all channels to DNDOn
This operation is part of the Channels API section of the Web Services API.
Overview
Sets the DoNotDisturb status for all devices and channels. This operation overrides other statuses, such as Ready.
Request URL | /api/v2/me |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
Parameters
Parameter | Value |
---|---|
operationName | DoNotDisturbOn |
Sample
Request
POST /api/v2/me
{
"operationName": "DoNotDisturbOn"
}
HTTP Response
{
"statusCode": 0
}
This page was last edited on March 25, 2016, at 18:23.
Comments or questions about this documentation? Contact us for support!