API reference
api/Connections/{action} endpoint
@isPanelUnique:
Tests whether or not a Panel with the parameterized name already exists
Reference
- method: GET
- action: isPanelUnique
-
parameters:
- name: The Panel name to test
Returns a JSON object containing boolean value exists
Try: this
/api/Connections/isPanelUnique?name=DoesThisExist
HTTP: 200 Ok
Content-Type: application/json
Content-Type: application/json
@getList:
Tests whether or not a Panel with the parameterized name already exists
Reference
- method: GET
- action: getList
-
parameters:
- max: Maximum entries to list
Returns a JSON array of Connection objects
Try: this
/api/Connections/getList
HTTP: 200 Ok
Content-Type: application/json
Content-Type: application/json