Return a sub-sample of entities rated by the logged-in user.
Entities are ranked by the individual score computed for the poll's main criterion, in the descending order.
Path parameters
Query parameters
Number of results to return per page.
The initial index from which to return the results.
Divide the rated entities into ntile ranked buckets, then pick one entity from each bucket.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}Changes
Changed in 7 of the 50 revisions of this API.125
- ○
added the required property
///////to the response with the statusresponse-required-property-added
- ○
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
- ●
added the new
moderation_by_contributorsenum value to the/////////////response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
moderation_by_associationenum value to the/////////////response property for the response statusresponse-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 31 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲