Reports
Export Unified Findings report for a project asynchronously (Platform)
post/api/v3.0/projects/{projectUuid}/reports/unified-findings
Path parameters
projectUuidstring required
UUID of the project
Request body
Example request
{
"labelsUuidList": [],
"engine": [
"SCA",
"SAST"
],
"findingCategory": [
"Security"
]
}Response
OK
Example response
{
"supportToken": "1171c60d"
}Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○