RatingSummary Object
An aggregated, averaged summary of individual user ratings for the resource, including the current ratings count for each possible value (1, 2, 3, 4, or 5). Used only in response messages.
This object is used by the following operations:
- GET /api/apps/versions/{ID}/ratings/summary
- Operations that reference the API object
- Operations that reference the APIVersion object
- Operations that reference the Application object
- Operations that reference the ApplicationVersion object
- Operations that reference the Group object
- Operations that reference the Board object
The properties included in the RatingSummary object are listed below.
Property | Type | Description |
---|---|---|
Five | integer | A rating of five out of five (the top rating). |
Four | integer | A rating of four out of a possible five. |
Three | integer | A rating of three out of a possible five. |
Two | integer | A rating of two out of a possible five. |
One | integer | A rating of one out of five (the bottom rating). |