v1
latestOpenAPI 3.0.12026-08-06151265417.9 KBSuppression Requests
Get application suppression requests
Returns the suppression requests related to the application
get/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/approvalRequests
Path parameters
applicationUuidstring required
application UUID.
Response
OK
Example response
{
"additionalData": {
"totalItems": "422",
"next": "http://someUrl?cursor=3",
"cursor": 3
},
"supportToken": "1171c60d",
"response": [
{
"engine": "SAST",
"findingSeverity": "HIGH",
"branchType": "BASE",
"externalUser": "username",
"repoIssueId": "1",
"state": "PENDING"
}
]
}