v1
latestOpenAPI 3.1.12026-07-242899061.7 MBAction Plans
This resource tracks and reports a vendors progress in addressing action plan issues.
RiskRecon automatically reports each vendor’s progress in addressing their action plan issues. This API returns issue progress for a given action plan.
get/v1/action_plan/issue_progress/{toe_id}
Path parameters
toe_idstring required
Example:5976423a-ee35-11e3-8569-14109ff1a304
Filter by the Toe ID.
Response
OK
Example response
[
{
"current_action_plan_issues_count": 5,
"current_shared_issues_count": 5,
"event_name": "AnalysisPublishedToCustomers",
"occurred_on": "2021-10-01T22:18:57+00:00",
"total_resolved_issues_count": 5,
"total_shared_issues_count": 5
}
]