Create RiskAsk AIpost https://{hostname}/api/risk/v3/risksUse this API to create a new risk in the Risk Register. The response will include details of the created risk. πThings to Know This API will create a new risk with the specified details. The risk will be created in the default state. This is a standalone risk creation endpoint. Body Paramsdescriptionstringlength between 0 and 4000descriptiontreatmentPlanstringlength between 0 and 4000treatment planorgGroupIduuidrequiredorganization group idriskApproversIdarray of uuidslist of approver idsriskApproversIdADD uuidinherentRiskLevelobjectinherent risk levelinherentRiskLevel objectresidualRiskLevelobjecttarget risk levelresidualRiskLevel objectcategoryIdsarray of uuidsrisk categories' IdscategoryIdsADD uuidthreatIduuidrisk threat' IdvulnerabilityIdsarray of uuidsrisk vulnerability' IdsvulnerabilityIdsADD uuidattributeValuesobjectCustom AttributesattributeValues objecttargetRiskLevelobjecttarget risk leveltargetRiskLevel objectdeadlinedate-timedeadline, format - YYYY-MM-DDTHH:MM:SS.FFFZreminderDaysint64number of days before the deadline when the reminder will be sentriskOwnersarray of objectslist of risk ownersriskOwnersADD objectrelatedEntitiesarray of objectslist of linked entitiesrelatedEntitiesADD objectentityIdToControlIdsobjectMap of control and related entitiesentityIdToControlIds objectcontrolIdsarray of uuidsSet of Control IdscontrolIdsADD uuidcontrolRequestDtosarray of objectsAd Hoc control creation requestscontrolRequestDtosADD objectcontrolIdToCreateParameterobjectMap of controlId to create parametercontrolIdToCreateParameter objectriskTemplateobjectrisk templateriskTemplate objectnamestringlength between 0 and 300nameignoreControlAutoInheritanceConfigurationbooleantruefalsetreatmentstringlength between 0 and 4000AKA remediation in current workflowriskManagerarray of uuidslist of manager idsriskManagerADD uuidResponses 201Created 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago