AVOLITES TITAN API

UnfoldHandle

If possible unfolds the item on the handle to all the handle groups. This will put all the handle groups in the unfold mode and replace items on that group with unfold items.

Namespace: Unfold

Syntax

MACRO

Void Unfold.UnfoldHandle(Handle item, String groups)

HTTP

http://[ip]:4430/titan/script/2/Unfold/UnfoldHandle?item={handle}&groups={string}

Parameters

item ( Handle ) : The handle containing the item to unfold.

item_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Unfold/UnfoldHandle?item_userNumber=6&groups={string}

item_location

HTTP Example:
http://localhost:4430/titan/script/2/Unfold/UnfoldHandle?item_location=playback_2_1&groups={string}

item_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Unfold/UnfoldHandle?item_titanId=1895&groups={string}

groups ( String ) : A list of groups to unfold the handle to 'Group1;Group2;'