v1

latestSwagger 2.02026-07-17332466.5 KB
lists

Get element at percentile

Get element at percentile. Either from_top or from_bottom must be supplied

Required security scopes:

  • api:read
get/lists/{list_id}/percentile

Path parameters

list_idstring required

The ID of the list to apply the operation on. Can be a to z (both upper/lower case), 0 to 9 or one of these characters _-.

Query parameters

from_topstring

Return median percentile element. If the percentile is between two elements, the element with the highest score is returned. Value must be parseable as a float point number and must be between 0.0 and 100.0

rangeinteger

Return this number of elements above and below the current element in neighbors field.

Response

OK