Create Assessment Risk

Use this API to create a risk on an assessment. This API will return the risk owner, risk approver and target risk level in the response. The risk will be flagged on the assessment and assigned to the respective risk owners with the details defined in the API request body.

🗒

Things to Know

  • This API can be used for assessments in Under Review and Completed stage.
  • Risks must have an assigned risk owner before you can send a recommendation. Once an approver has identified a risk, they can send the risk owner a recommendation that helps to rectify and minimize the risk.
  • If risk heatmaps are used by your organization, the available risk level options will be based on the heatmap set up for your organization. If risk heatmaps are not used, the available risk level options will be Low, Medium, High, and Very High.
Path Params
uuid
required

UUID of the assessment to create a risk on

Body Params
uuid
required

Section identifier for the assessment with which risk is associated

uuid
required

Question identifier for the assessment with which risk is associated

uuid

Parent question response identifier

riskCreateRequest
object
required

Details of risk associated with the question to be created

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
LoadingLoading…
Response
Choose an example:
application/json
*/*