Devices
Lists the devices for all projects
Authorizations
Responses
200
successful operation
application/json
400
Invalid status value
application/json
get
GET //connectivity/devices HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
"projects": {
"ANY_ADDITIONAL_PROPERTY": [
{
"type": "text",
"id": 1,
"name": "text",
"url": "text"
}
]
}
}