Layout

GET http://{{ipAddress}}/api/v1/:auth_token/panelLayout/layout

To retrieve the panel layout, send an HTTP GET request like this (inserting your authorization token):

http:192.188.x.x/api/v1/<auth_token>/panelLayout/layout

RESPONSES

status: OK

{&quot;numPanels&quot;:3,&quot;sideLength&quot;:150,&quot;positionData&quot;:[{&quot;panelId&quot;:186,&quot;x&quot;:-74,&quot;y&quot;:43,&quot;o&quot;:180},{&quot;panelId&quot;:55,&quot;x&quot;:-74,&quot;y&quot;:129,&quot;o&quot;:0}]}