AVOLITES TITAN API

AssignHandleProfile

Assigns a handle profile to a handle. Can also be used to unassign by passing an invlaid profile Id

Namespace: Profiles

Syntax

MACRO

Void Profiles.AssignHandleProfile(Handle handle, Int32 profileId)

HTTP

http://[ip]:4430/titan/script/2/Profiles/AssignHandleProfile?handle={handle}&profileId={titanId}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Profiles/AssignHandleProfile?handle_userNumber=6&profileId={titanId}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Profiles/AssignHandleProfile?handle_location=playback_2_1&profileId={titanId}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Profiles/AssignHandleProfile?handle_titanId=1895&profileId={titanId}

profileId ( Int32 ) : The profile id.