v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01703301564.3 KB
Projects

Calculate project risk distribution

get/projects/calculateProjectRisks/{id}

Path parameters

idinteger required
Example:1

The numeric project ID

Response

Risk calculations returned

messagestring

Example response

{
  "message": "OK",
  "data": [
    {
      "risk_level_autocalculated": "High",
      "count": "3"
    }
  ]
}