GET api/Devices/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Device| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| DeviceID | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"DeviceID": "sample string 2"
}