AVOLITES TITAN API

GetPaletteGroups

Gets the attribute groups of a palette as a string.

Namespace: Palette

Syntax

MACRO

Void Palette.GetPaletteGroups(Handle handle, String propertyId)

HTTP

http://[ip]:4430/titan/script/2/Palette/GetPaletteGroups?handle={handle}&propertyId={string}

Parameters

handle ( Handle ) : The palette handle to get the groups from.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Palette/GetPaletteGroups?handle_userNumber=6&propertyId={string}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Palette/GetPaletteGroups?handle_location=playback_2_1&propertyId={string}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Palette/GetPaletteGroups?handle_titanId=1895&propertyId={string}

propertyId ( String ) : The property to put the palette groups into.