Query Device List of Charging Station

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.

API address

GET: /v1.0/iot-02/charging-pile/device/shop-relation-list

Request parameter

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.

Return parameter

Parameter name Type Description
result List A list of devices.

Request example

GET: /v1.0/iot-02/charging-pile/device/shop-relation-list
{ "shop_id": "12f375eb9a40****" }

Return example

{ "result": [ "6ced0d0ca1d08ad706****" ], "t": 1630056214213, "success": true }

Error code

For more information, see error code.