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": "824468e8-48e7-476d-af1d-67d38a777300",
"GatewayUsername": "sample string 2",
"SerialNumber": "sample string 3"
}
text/html
Sample:
{"GatewayId":"824468e8-48e7-476d-af1d-67d38a777300","GatewayUsername":"sample string 2","SerialNumber":"sample string 3"}