Description
Changes one or more properties of a row
Example request
https://www.rundowncreator.com/channel4news/API.php
?APIKey=edharken
&APIToken=HNe2ADG0nBTiC8Q8WiVfsxeG5ip51A
&Action=setRowProperties
&RowID=16
&StorySlug=BREAKING NEWS
&3=VO
Example response
{
"Success": 1
}
Required parameters
| RowID |
integer |
the unique ID of the row to change |
Optional parameters
| PageNumber |
string |
the row's page number |
| StorySlug |
string |
the row's story slug |
| Break |
boolean |
true if the row is a break, false if it is not |
| Approved |
boolean |
true if the row's script has been approved, false if it has not |
| Floated |
boolean |
true if the row has been floated, false if it has not |
| Locked |
boolean |
true if the row's script has been locked, false if it has not |
| EstimatedDuration |
integer |
the amount of time, in seconds, allocated to the row in the rundown |
| (ColumnID) |
string |
|
Returns
| Success |
boolean |
true if successful, false if unsuccessful |
Notes
Requires permissions of a writer or higher, and permissions of a producer or higher when modifying Break, Approved, Floated, or Locked.