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
IoTDeviceDtoName | Description | Type | Additional information |
---|---|---|---|
GatewayId | globally unique identifier |
None. |
|
GatewayUsername | string |
None. |
|
SerialNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "GatewayId": "58b5a493-3cdf-4e70-8675-ea99ea3c9002", "GatewayUsername": "sample string 2", "SerialNumber": "sample string 3" }
text/html
Sample:
{"GatewayId":"58b5a493-3cdf-4e70-8675-ea99ea3c9002","GatewayUsername":"sample string 2","SerialNumber":"sample string 3"}