Eugene Dubovik
Eugene Dubovik
#136 Duplicated "deviceguid" ``` { "notification": { "id": 2044623717, "notification": "$device-update", "deviceGuid": "first_ESP", "timestamp": "2015-11-15T21:22:26.508", "parameters": { "id": "first_ESP", "name": "first_ESP", "status": "Online", "data": null, "network": { "id": 274, "key":...
#136 JSON response starts with "notification" key. In other endpoints there is no such key (/device/{deviceGuid}/notification - has no such key for example ) [/device/notification/poll](http://playground.devicehive.com/api/swagger?url=http%3A%2F%2Fplayground.devicehive.com%2Fapi%2Frest%2Fswagger.json#!/DeviceNotification/pollMany) ``` [ { "notification": {...
#136 Different structure examples: [/device/{deviceGuid}/command/poll](http://playground.devicehive.com/api/swagger?url=http%3A%2F%2Fplayground.devicehive.com%2Fapi%2Frest%2Fswagger.json#!/DeviceCommand/poll) ``` { "notification": { "id": 2044623717, "notification": "$device-update", "deviceGuid": "first_ESP", "timestamp": "2015-11-15T21:22:26.508", "parameters": { "id": "first_ESP", "name": "first_ESP", "status": "Online", "data": null, "network": { "id":...