Last Updated on : 2023-06-21 07:13:09download
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 community as the dimension.
GET: /v1.0/iot-02/community/housekeeper-block-statistics
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
block_id | String | query | true | The community ID. |
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-block-statistics?blockId=1399960265050574848
{
"result": {
"evaluateNumber": 46,
"housekeeperTotal": 11,
"praiseNumber": 37,
"criticismNumber": 9,
"favorableRating": 80
},
"t": 1632285362745,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback