Get base info of BCU list
Prod Env
Prod Env
GET
https://www.enerclo-atesspower.com/api/v1/bms/buc-base-info/list
OpenAPI-BMS
Limit the frequency
Request Header
Header | Value | Description |
---|---|---|
Authorization | ############ your token ############ | Permission validation |
Accept-Language | en | English Message |
Request Param
key | Value Type |
---|---|
dataLogSn | String |
https://www.enerclo-atesspower.com/api/v1/bms/buc-base-info/list?dataLogSn=xxxxxxxxxx
Response Body
{
"code": 0,
"data": [
{
"address": 0,
"dataLogSn": "string",
"deviceNo": 0,
"deviceSn": "string",
"firmwareVersion": "string",
"lost": true,
"status": "string",
"systemNo": 0,
"updateTime": "string"
}
],
"msg": "operate successfully"
}
data: result data
msg: result message,code=200 is usually empty
code | description |
---|---|
200 | succeed |
500 | fail |
400 | not fount |
403 | No access |
... | Other exceptions |
Request
Query Params
dataLogSn
string
required
Header Params
Authorization
string
required
Accept-Language
string
required
Default:
en
Responses
Modified at 2024-03-21 08:49:41