Developers Guide

Table Of Contents
DeviceService_/api/ConnectionStateReasons(arg1)
Returns the details of a specific connection state reason.
GET method for ConnectionStateReasons(arg1)
This method returns the details of a specific connection state reason.
Description Returns the details of a specific connection state reason.
Privilege VIEW
HTTP response
codes
200
Example
response body
"{
""@odata.context"": ""/api/
$metadata#DeviceService.ConnectionStateReason"",
""@odata.type"": ""#DeviceService.ConnectionStateReason"",
""@odata.id"": ""/api/DeviceService/ConnectionStateReasons(101)"",
""Id"": 101,
""Name"": ""Success"",
""Description"": ""The connection with the device is active.""
}"
Devices 369