UserRestrictionSortItems

toloka.client.search_requests.UserRestrictionSortItems

UserRestrictionSortItems(self, items=None)

Keys for sorting Toloker restrictions in search results.

Parameters description

ParametersTypeDescription
itemsOptional[List[SortItem]]

A list of sorting keys. Supported values:

  • 'id' — The ID of a restriction.
  • 'created' — The restriction creation date.

Examples:

The example shows how to find Toloker restrictions sorted by creation date in the descending order. Restrictions with equal creation dates are sorted by IDs in the ascending order.

sort = toloka.client.search_requests.UserRestrictionSortItems(['-created', 'id'])
result = toloka_client.find_user_restrictions(pool_id='1086170', sort=sort, limit=10)

Last updated: August 28, 2023

Toloka-Kit
OverviewGetting API keyQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming