This resource returns a list of finding details from an action plan of a TOE.

This API returns a list of findings for a given action plan of a TOE. The end-user needs to input the TOE ID (toe_id) for a given action plan in the API request.

Path Params
string
required

Filter by the Toe ID.

Query Params
integer
≥ 1
Defaults to 1

This parameter is the page number in routes that have pagination.

integer
1 to 250
Defaults to 20

This parameter sets the results limit per page. This defaults to 20 and currently has a max of 250.

string
enum
Defaults to priority

This parameter is optional but allows the user to sort results of alerting issues by available sort attributes.

Allowed:
string
enum
Defaults to DESC

Sort results by ascending or descending order.

Allowed:
string
enum

Filter finding results by severity.

Allowed:
string
enum

This parameter filters finding results by asset_value.

Allowed:
string

Filter results by the Security Domain.

string

Filter results by the Security Criteria.

cve_ids[]
array of strings

This parameter filters finding results by array of Common Vulnerabilities and Exposures (CVE). An example of a query string with multiple cves would look like:

?cve_ids[]=CVE-1999-0001&cve_ids[]=CVE-1999-0002

cve_ids[]
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json