GET/projects/{id}/risks.json

Retrieve all Risks in a Project

Get all Risks in a Project.


Path Params

  • Name
    id
    Type
    integer
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "STATUS": "OK",
  "risks": [
    {
      "lastChangedOn": "2015-01-01T10:00:00Z",
      "createdByUserId": "12345",
      "impact": "HIGH",
      "createdByUserLastName": "Mackey",
      "impactSchedule": "1",
      "createdByUserFirstName": "Daniel",
      "lastChangedByUserFirstName": "Daniel",
      "impactValue": "5",
      "impactPerformance": "0",
      "status": "new",
      "mitigationPlan": "Stop",
      "probabilityValue": "5",
      "source": "There is a Risk this wont work",
      "result": "40",
      "probability": "MEDIUM",
      "createdOn": "2015-01-01T11:00:00Z",
      "id": "10000",
      "lastChangedByUserLastName": "Mackey",
      "impactCost": "1",
      "lastChangedByUserId": "12345"
    }
  ]
}