v1
latestOpenAPI 3.0.32026-07-1773120135.6 KBusers
List the recommendations of the logged user sorted by decreasing total score.
get/users/me/recommendations/{poll_name}
Path parameters
poll_namestring required
Query parameters
limitinteger
Number of results to return per page.
offsetinteger
The initial index from which to return the results.
date_ltestring date-time
date_gtestring date-time
searchstring
A search query to filter entities
unsafeboolean
If true, entities considered as unsafe recommendations because of a low score or due to too few contributions will be included.
exclude_compared_entitiesboolean
If true and a user is authenticated, then entities compared by the user will be removed from the response
weightsobject
Weights for criteria in this poll. The default weight is 10 for each criteria.
metadataobject
Filter by one or more metadata.
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"
}