GET api/chargers/{assetGuid}
Get IoTDeviceDto from assetGuid.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetGuid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
IoTDeviceDto| Name | Description | Type | Additional information |
|---|---|---|---|
| GatewayId | globally unique identifier |
None. |
|
| GatewayUsername | string |
None. |
|
| SerialNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GatewayId": "223710e7-8f20-446b-bee7-38d58443c804",
"GatewayUsername": "sample string 2",
"SerialNumber": "sample string 3"
}
text/html
Sample:
{"GatewayId":"223710e7-8f20-446b-bee7-38d58443c804","GatewayUsername":"sample string 2","SerialNumber":"sample string 3"}