Configuration Article | CA-20220907-TP-33 VDG Sense | API | Functions | Layouts | PDF Download |
Note: This function requires an API license.
Obtains a list of all selectable multilayouts from the system. These multilayouts can be selected to display layouts on the monitors attached to the system.
Request
command=getMultiLayoutList |
Response
<result errorcode="0"> <multilayouts count="[number]"> <multilayout> <multilayoutid>[UID]</multilayoutid> <name>[string]</name> </multilayout> ... </multilayouts> </result> |
node | value | remarks |
---|---|---|
/result | ||
@errorcode | [number] | See error codes here |
/result/multilayouts | ||
@count | [number] | The number of multilayouts |
/result/multilayouts/multilayout | ||
multilayoutid | [UID] | unique id of the multilayout |
description | [string] | user defined name |
error code | description | remarks |
---|---|---|
0 | Ok | Ok, no error |
-18 | General error | An undefined error occured |
Changelog
2.2.1 – added