Last Updated on : 2023-06-21 07:13:10download
Query the total number of stewards, the number of reviews, positive reviews, and negative reviews, and the positive rate (the number before the percent sign) using the platform as the dimension. There is no request parameter.
GET: /v1.0/iot-02/community/housekeeper-saas-statistics
| Parameter name | Type | Description |
|---|---|---|
| result | HighwayHouseKeeperStatisticsResponse | The returned result. |
Description of result
| Parameter name | Type | Description |
|---|---|---|
| housekeeper_total | Integer | The total number of stewards. |
| evaluate_number | Long | The number of reviews. |
| praise_number | Long | The number of positive reviews. |
| criticism_number | Long | The number of negative reviews. |
| favorable_rating | Integer | The positive rate (the number before the percent sign). |
GET: /v1.0/iot-02/community/housekeeper-saas-statistics
{
"result": {
"evaluateNumber": 0,
"housekeeperTotal": 58,
"praiseNumber": 0,
"criticismNumber": 0,
"favorableRating": 0
},
"t": 1632285508140,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback