users

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.

get/users/me/subsamples/{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.

ntileinteger

Divide the rated entities into ntile ranked buckets, then pick one entity from each bucket.

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

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 status

      response-required-property-added

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • added the required property // to the response with the status

      response-required-property-added

    • added the new moderation_by_contributors enum value to the ///////////// response property for the response status

      response-property-enum-value-added

    • added the new moderation_by_association enum value to the ///////////// response property for the response status

      response-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