Structure "User's rating"
This structure contains information on the user's rating.
It can be found in the "User" structure under the name rating
.
Field description
Name | Description | Data type | Required |
---|---|---|---|
positiveCommentCount | Number of positive opinions. | Number | + |
negativeCommentCount | Number of negative opinions. | Number | + |
ownCommentCount | Number of user's opinions. | Number | + |
points | Reliability score points. | Number | + |
Sample
{
"positiveCommentCount": 6,
"negativeCommentCount": 1,
"ownCommentCount": 394,
"points": 3.38039
}