v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Action 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

current_action_plan_issues_countnumber

The current issue count for an action plan.

current_shared_issues_countnumber

The current shared issue count for an action plan.

event_namestring

The event description.

occurred_onstring

The date associated with issue counts.

total_resolved_issues_countnumber

The total resolved issue count for an action plan.

total_shared_issues_countnumber

The total shared issue count for an action plan.

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
  }
]