Skip to main content
GET
/
project
/
{projectId}
/
cwe-report
/
{format}
Generate CWE Top 25 2024 report for a project
curl --request GET \
  --url https://api-eu.cybedefend.com/project/{projectId}/cwe-report/{format}

Path Parameters

projectId
string
required
format
string
required

Query Parameters

detailed
enum<string>

Whether to include detailed information in the report

Available options:
true,
false
Example:

"true"

Response

CWE Top 25 report generated successfully