AVOLITES TITAN API

MergeGroupIfMatchesSourceHandle

Merges the group on requested handle if the supplied handle matches.

Namespace: Group

Syntax

MACRO

Void Group.MergeGroupIfMatchesSourceHandle(Handle srcHandle, Handle targetHandle)

HTTP

http://[ip]:4430/titan/script/2/Group/MergeGroupIfMatchesSourceHandle?srcHandle={handle}&targetHandle={handle}

Parameters

srcHandle ( Handle ) : The handle of the original group.

srcHandle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Group/MergeGroupIfMatchesSourceHandle?srcHandle_userNumber=6&targetHandle_userNumber=6

srcHandle_location

HTTP Example:
http://localhost:4430/titan/script/2/Group/MergeGroupIfMatchesSourceHandle?srcHandle_location=playback_2_1&targetHandle_userNumber=6

srcHandle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Group/MergeGroupIfMatchesSourceHandle?srcHandle_titanId=1895&targetHandle_userNumber=6

targetHandle ( Handle ) : The handle of the group to merge with.

targetHandle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Group/MergeGroupIfMatchesSourceHandle?srcHandle_titanId=1895&targetHandle_userNumber=6

targetHandle_location

HTTP Example:
http://localhost:4430/titan/script/2/Group/MergeGroupIfMatchesSourceHandle?srcHandle_titanId=1895&targetHandle_location=playback_2_1

targetHandle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Group/MergeGroupIfMatchesSourceHandle?srcHandle_titanId=1895&targetHandle_titanId=1895