Devices

Lists the devices for all projects

get

Lists the devices for all projects

Authorizations
Responses
200

successful operation

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"
      }
    ]
  }
}