projects

get/projects/calculateProjectRisks/{id}

Path parameters

idinteger required

id of the project

Response

project

messagestring

Example response

{
  "message": "ok",
  "data": [
    {
      "risk_level_autocalculated": "High risk",
      "count": "1"
    }
  ]
}

Changes