startTimingRow
Description
Moves the on-air timer to the row specified and starts timing it
Example request
https://www.rundowncreator.com/channel4news/API.php ?APIKey=edharken &APIToken=HNe2ADG0nBTiC8Q8WiVfsxeG5ip51A &Action=startTimingRow &RundownID=3 &RowID=2
Example response
{ "RundownID": 3, "RowID": 2, "Time": 1332643077, "Date": 1332643077 }
Required parameters
RundownID | integer | the unique ID of the rundown the row is in |
RowID | integer | the unique ID of the row |
Optional parameters
None
Returns
RundownID | integer | the unique ID of the rundown the row is in |
RowID | integer | the unique ID of the row |
Time | integer | the date/time (on the server) that the on-air timer started timing the row |
Date | integer | the date/time (on the server) that the on-air timer started timing the row |
Notes
Requires permissions of a producer or higher.