AVOLITES TITAN API

GetCueHandlesFromTo

Get the gandles in between the cue number and the handle.

Namespace: Playbacks

Syntax

MACRO

IEnumerable`1 Playbacks.GetCueHandlesFromTo(Single fromCueNumber, Handle toHandle)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/GetCueHandlesFromTo?fromCueNumber={float}&toHandle={handle}

Parameters

fromCueNumber ( Single ) : From cue number.

toHandle ( Handle ) : To handle.

toHandle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/GetCueHandlesFromTo?fromCueNumber={float}&toHandle_userNumber=6

toHandle_location

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/GetCueHandlesFromTo?fromCueNumber={float}&toHandle_location=playback_2_1

toHandle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/GetCueHandlesFromTo?fromCueNumber={float}&toHandle_titanId=1895

Returns