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
{"numPanels":3,"sideLength":150,"positionData":[{"panelId":186,"x":-74,"y":43,"o":180},{"panelId":55,"x":-74,"y":129,"o":0}]}