GET/risks/{id}.json
Get the details of a Single Risk
This returns all details about an individual risk.
Path Params
- Name
id
- Type
- integer
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"risk": {
"lastChangedOn": "2020-04-28T16:47:01Z",
"createdByUserId": "1",
"impact": "HIGH",
"createdByUserLastName": "Bracken",
"impactSchedule": "0",
"createdByUserFirstName": "Holly",
"lastChangedByUserFirstName": "Holly",
"impactValue": "9",
"projectId": "1",
"impactPerformance": "1",
"status": "new",
"mitigationPlan": "Check area's we can hold back on, if the budget allows add this in.",
"probabilityValue": "2",
"source": "Design licenses need purchasing - funding issue",
"result": "18",
"probability": "LOW",
"createdOn": "2020-04-28T16:41:46Z",
"id": "13067",
"lastChangedByUserLastName": "Bracken",
"impactCost": "0",
"lastChangedByUserId": "1",
"deleted": false
},
"STATUS": "OK"
}