createRundown


Description

Creates a new rundown

Example request

https://www.rundowncreator.com/channel4news/API.php
     ?APIKey=edharken
     &APIToken=HNe2ADG0nBTiC8Q8WiVfsxeG5ip51A
     &Action=createRundown
     &Title=6pm News
     &FolderID=1
     &Start=1332637200
     &End=1332639000

Example response

{
    "RundownID": 3
}

Required parameters

Title string the new rundown's title
FolderID integer the unique ID of the folder to store the new rundown in
Start integer the rundown's start date/time
End integer the rundown's end date/time

Optional parameters

DefaultLayoutID integer the unique ID of the layout this rundown should be loaded with, or -1 if it should be loaded using the user's default personal layout. Defaults to -1
Template boolean if set to true, the rundown will be marked as a rundown template. If set to false, it will not. Defaults to false

Returns

RundownID integer the new rundown's unique ID

Notes

Requires permissions of a producer or higher.