Get a risk by id
Good to go!
Malformed data and/or validation errors
Invalid Authorization
You are not allowed to perform this action
Record Not Found
Internal server error
Response Code: 412
You must accept the Drata terms and conditions to use the API
{- "id": 1,
- "riskId": "AC-04",
- "title": "Password Management - Password Cracking",
- "description": "An attacker attempts to gain access to organizational information by guessing of passwords.",
- "treatmentPlan": "UNTREATED",
- "treatmentDetails": "Building doors can be open and an unauthorized person can walk in.",
- "anticipatedCompletionDate": "2020-07-06 12:00:00.000000",
- "completionDate": "2020-07-06 12:00:00.000000",
- "impact": 5,
- "likelihood": 5,
- "score": 5,
- "residualImpact": 5,
- "residualLikelihood": 5,
- "residualScore": 5,
- "applicable": true,
- "status": "ACTIVE",
- "controls": [
- {
- "id": 23,
- "code": "DCF-01",
- "name": "Hello",
- "description": "this is a description",
- "isReady": true,
- "controlNumber": 1,
- "archivedAt": 1
}
], - "categories": [
- {
- "id": 1,
- "name": "Governance"
}
], - "owners": [
- {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "jobTitle": "CEO",
}
], - "reviewers": [
- {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "jobTitle": "CEO",
}
], - "documents": [
- {
- "id": 1,
- "name": "Security Training",
- "createdAt": "2020-07-06 12:00:00.000000"
}
], - "notes": [
- {
- "id": 1,
- "comment": "Good comment",
- "createdAt": "2020-07-06 12:00:00.000000",
- "updatedAt": "2020-07-06 12:00:00.000000",
- "owner": {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "jobTitle": "CEO",
- "drataTermsAgreedAt": "2020-07-06 12:00:00.000000",
- "createdAt": "2020-07-06 12:00:00.000000",
- "updatedAt": "2020-07-06 12:00:00.000000"
}
}
]
}