setObjectStatus


Description

Sets the status of an object

Example request

https://www.rundowncreator.com/channel4news/API.php
     ?APIKey=edharken
     &APIToken=HNe2ADG0nBTiC8Q8WiVfsxeG5ip51A
     &Action=setObjectStatus
     &ObjectID=1
     &Status=Ready

Example response

{
    "Success": 1
}

Required parameters

ObjectID integer the object's unique ID
Status string the object's status. Possible values include Ready, Not Ready, and Played

Optional parameters

None

Returns

Success boolean true if successful, false if unsuccessful

Notes

Requires permissions of a writer or higher.