cURL
curl --request GET \ --url https://api-eu.cybedefend.com/project/{projectId}/results/overview
{ "totalBySeverity": [ { "severity": "<string>", "count": 123 } ], "totalByState": [ { "state": "<string>", "count": 123 } ], "totalByAnalysisType": [ { "analysisType": "<string>", "count": 123 } ], "vulnerabilitiesOverTime": [ { "date": "<string>", "severity": 123, "count": 123 } ], "riskScore": 123, "riskLevel": "<string>" }
Filter vulnerabilities by branch names. Only vulnerabilities from these branches will be counted. Use GET /project/:projectId/branches to get available branches. Can be passed as comma-separated string or multiple query params.
["main", "develop"]
Project overview
Show child attributes
The risk score of the project
The risk level of the project