Header | Value | Description |
---|---|---|
Authorization | ############ your token ############ | Permission validation |
Accept-Language | en | English Message |
https://www.enerclo-atesspower.com/api/v1/plants
{
"code": 200,
"data": [
{
"id": 1,
"installationDate": "2021-01-01",
"name": "test1",
"timezoneId": 1
}
],
"msg": "operate successfully"
}
code | description |
---|---|
200 | succeed |
500 | fail |
400 | not fount |
403 | No access |
... | Other exceptions |