get
https://api.sandbox.riskrecon.com/v1/findings_paginated/
This use case describes how the Findings API is used to retrieve a list of findings for the latest analysis for a TOE. The toe_id is passed in the API request. In this scenario, all findings for that TOE are returned in the response. To limit or filter the data returned in the response, you can use various parameters in the API request:
- Filter by an asset value: You can use the asset_value parameter to search for findings with high, medium, or low asset value.
- Filter by severity: You can use the severity parameter to search for findings with high, medium, or low severity.
- Filter by asset value and severity: You can use asset_value and severity parameters to search for findings with high, medium, or low asset value and severity.
- Filter by page: You can use the page parameter to search for findings pages.
- Sort by Findings Attribute: You can use the sort attribute to sort results of alerting issues by available sort attributes.
