Web API request

CueLists/SetNextCue

Sets the next step for the supplied playback.

API https://api.avolites.com/12.0/CueLists.SetNextCue.html
namespace Cuelists
usage http://[ip]:4430/titan/script/2/CueLists/SetNextCue?handle={handle}&stepNumber={float}
example http://localhost:4430/titan/script/2/CueLists/SetNextCue?handle_userNumber=4&stepNumber=3.0 (link opens in new tab)
action sets cuelist with usernumber 4 to cue 3.0 as next. Same result as Cue/Connect 3.0 ENTER.
parameter Handle - the cuelist handle to be set
stepNumber (Float) - the cuenumber to be set as next cue
returns Nothing if successful.
Error message if not successful.
remarks Does not check if the indicated cue actually exists. If it doesn't then nothing happens, and no error is thrown.

Used In