Lists the devices for all projects
GET //connectivity/devices HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
successful operation
{ "projects": { "ANY_ADDITIONAL_PROPERTY": [ { "type": "text", "id": 1, "name": "text", "url": "text" } ] } }