Reports
Export Unified Findings report for an application asynchronously (Platform)
post/api/v3.0/applications/{applicationUuid}/reports/unified-findings
Path parameters
applicationUuidstring required
Application UUID (Administration > Applications)
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
- ○