curl --location --request GET '/admin-api/charging/availabilityRate/pageByStation?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"duration": 6858,
"faultRate": 6858,
"outageRate": "6858",
"offlineRate": "6858",
"availabilityRate": "6858",
"stationid": "6858",
"stationName": "6858",
"pipesn": "HKZN_DC00720",
"pipeCount": 0,
"stakeSinceId": "26959",
"statisticsDuration": 6858,
"totalChargeCount": 0,
"gtFiveCount": 0
}
],
"total": 0
},
"msg": "string"
}