get
https://api.sandbox.riskrecon.com/v1/findings/
::Legacy Route please use 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 multiple asset values: You can use the asset_value parameter multiple times to search for findings with multiple asset values.
