restore
Description
Restores a rundown or row that's in the trash
Example request
https://www.rundowncreator.com/channel4news/API.php ?APIKey=edharken &APIToken=HNe2ADG0nBTiC8Q8WiVfsxeG5ip51A &Action=restore &RundownID=4
Example response
{ "Success": 1 }
Required parameters
RowID | integer | the unique ID of the row to restore |
-or- | ||
RundownID | integer | the unique ID of the rundown to restore |
Optional parameters
None
Returns
Success | boolean | true if successful, false if unsuccessful |
Notes
Requires permissions of a producer or higher.