AggregatedSolutionSortItems
toloka.client.search_requests.AggregatedSolutionSortItems
AggregatedSolutionSortItems(self, items=None)
Parameters for sorting aggregated solution search results
To change the sorting direction (sort in descending order), add a hyphen before the parameter. For example, sort=-id.
Parameters Description
Parameters | Type | Description |
---|---|---|
items |
Optional[List[SortItem]] | Fields by which to sort. Possible values:
|