curl --request GET \
--url https://api.projectdiscovery.io/v2/vulnerability/filters \
--header 'X-API-Key: <api-key>'
[
{
"can_sort": true,
"data_type": "<string>",
"description": "<string>",
"examples": [
"<string>"
],
"facet_possible": true,
"field": "<string>",
"search_analyzer": "<string>",
"enum_values": [
"<string>"
]
}
]
Get all filters for vulnerabilities
curl --request GET \
--url https://api.projectdiscovery.io/v2/vulnerability/filters \
--header 'X-API-Key: <api-key>'
[
{
"can_sort": true,
"data_type": "<string>",
"description": "<string>",
"examples": [
"<string>"
],
"facet_possible": true,
"field": "<string>",
"search_analyzer": "<string>",
"enum_values": [
"<string>"
]
}
]
OK
The response is of type object[]
.
Was this page helpful?