Search in a list
GET https://{{host}}/etp-config/v3/configs/:configId/lists/:listId/items
Filters items in a list by search parameters.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
confidence | string | (Optional) Enum The threat confidence level of the list item. Use 1 for a suspected item and 2 for a known item. 0 is the default, and indicates an unknown confidence level for the list item. | |
numItemsPerPage | string | (Optional) The number of items per page, 50 by default. | |
page | string | (Optional) The page number to fetch, 0 by default. | |
search | string | (Optional) Search for the string within the results. | |
type | string | (Optional) Enum The target list type to search. | |
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"confidenceLevelId":1,"type":"LIST_TYPE_IP","value":"192.0.2.0"}],"totalCount":200}