get
https://api.sandbox.riskrecon.com/v1/action_plan/priority_matrix_counts/
This API returns the counts of action plans as per their severity and priority. Found issues are assigned a Priority and Severity index. The end-user needs to input the TOE ID (toe_id) for a given action plan in the API request.
In this scenario, the following are returned in the response:
- the asset value starting from 1 to 4, where 1 = Idle, 2 = Low, 3 = Medium, 4 = High
- total count of issues for each asset value
- total count of issues by severity. The severity values can be Low, Medium, High, and Critical.
