polls
Return a random list of recommended entities.
get/polls/{name}/recommendations/random/
Path parameters
namestring required
Query parameters
limitinteger
Number of results to return per page.
offsetinteger
The initial index from which to return the results.
bundleinteger
Successive calls can return the same cached results. Vary this parameter to request new results.
date_ltestring date-time
date_gtestring date-time
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"
}Changes
Changed in 3 of the 50 revisions of this API.13
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
- ○
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
- ▲