duplicateRow


Description

Duplicates a row

Example request

https://www.rundowncreator.com/channel4news/API.php
     ?APIKey=edharken
     &APIToken=HNe2ADG0nBTiC8Q8WiVfsxeG5ip51A
     &Action=duplicateRow
     &RowID_Target=2
     &RowID_Destination=3

Example response

{
    "NewRowID": 100
}

Required parameters

RowID_Target integer the RowID of the row to duplicate
RowID_Destination integer the RowID of the row the duplicated row should be placed before or after. RowID_Destination can be in the same rundown or a different rundown as RowID_Target

Optional parameters

BeforeorAfter string if set to Before, the duplcated row will be inserted above the row with the RowID_Destination specified. If set to After, it will be inserted below it. Defaults to After

Returns

NewRowID integer the RowID of the duplicated row