AVOLITES TITAN API

GetAllMacroIds

Gets a list of all macro Ids.

Namespace: UserMacros

Syntax

MACRO

List`1 UserMacros.GetAllMacroIds(Boolean includeUnassignedHandles)

HTTP

http://[ip]:4430/titan/script/2/UserMacros/GetAllMacroIds?includeUnassignedHandles={bool}

Parameters

includeUnassignedHandles ( Boolean ) : Whether to include handles that have not been assigned handles.

includeUnassignedHandles

HTTP Example:
http://localhost:4430/titan/script/2/UserMacros/GetAllMacroIds?includeUnassignedHandles=true

Returns

A list of ids of the specified type.