Returns a list of Risks.
Filter | Description |
---|---|
archived |
Flag to indicate if this risk is archived |
id |
The ID of the risk |
custom_risk_id |
The custom risk ID |
owner_name |
The name of the User that is the owner for this risk |
description |
The description of the risk |
Bad Request
Unauthorized
Forbidden
[- {
- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "annualized_rate_of_occurrence": 0,
- "asset_value": 0,
- "categories": [
- "string"
], - "cia": [
- "string"
], - "departments": [
- "string"
], - "description": "string",
- "exposure_factor": 0,
- "impact_justification": "string",
- "likelihood_justification": "string",
- "notes": "string",
- "reference_url": "string",
- "related_tickets": "string",
- "reported_by": "string",
- "residual_impact_justification": "string",
- "residual_likelihood_justification": "string",
- "responsible_team": "string",
- "source": "string",
- "status": "string",
- "treatment": "string",
- "treatment_decision_notes": "string",
- "uncertainty": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "company_id": "b2e6a1c3-1a5e-44ae-a8fd-81f76fd715cf",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "custom_risk_id": "string"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}
]
Returns a Risk by ID
Bad Request
Unauthorized
Forbidden
Resource not found
{- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "annualized_rate_of_occurrence": 0,
- "asset_value": 0,
- "categories": [
- "string"
], - "cia": [
- "string"
], - "departments": [
- "string"
], - "description": "string",
- "exposure_factor": 0,
- "impact_justification": "string",
- "likelihood_justification": "string",
- "notes": "string",
- "reference_url": "string",
- "related_tickets": "string",
- "reported_by": "string",
- "residual_impact_justification": "string",
- "residual_likelihood_justification": "string",
- "responsible_team": "string",
- "source": "string",
- "status": "string",
- "treatment": "string",
- "treatment_decision_notes": "string",
- "uncertainty": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "company_id": "b2e6a1c3-1a5e-44ae-a8fd-81f76fd715cf",
- "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
- "custom_risk_id": "string"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}