Last Updated on : 2023-06-21 07:12:59download
Query a list of devices linked with a specified charging station based on the ID of the charging station.
GET: /v1.0/iot-02/charging-pile/device/shop-relation-list
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
req | QueryChargingPileShopDeviceListReq | false | The input parameters. |
Description of req
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
shop_id | String | false | The ID of a specified charging station. |
Parameter name | Type | Description |
---|---|---|
result | List | A list of devices. |
GET: /v1.0/iot-02/charging-pile/device/shop-relation-list
{
"shop_id": "12f375eb9a40****"
}
{
"result": [
"6ced0d0ca1d08ad706****"
],
"t": 1630056214213,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback