Binary Search
GET {{cb_url}}/api/v1/binary/?q=md5:EBF71EBF6C671238BCB023B91D25971C
Binary search. Parameters passed as query string.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
rows | null | [OPTIONAL] Return this many rows, 10 by default | |
start | null | [OPTIONAL] Start at this row, 0 by default | |
sort | null | [OPTIONAL] Sort rows by this field and order. server_added_timestamp desc by default | |
facet | null | [OPTIONAL] Return facet results. โfalseโ by default, set to โtrueโ for facets | |
facet.field | null | [OPTIONAL] facet field name to return. Multiple facet.field parameters can be specified in a query | |
q | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |