v1
latestOpenAPI 3.0.12026-08-06151265417.9 KBApplications
Get Application Scans
Returns the application related scans
get/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/scans
Path parameters
orgUuidstring required
org UUID (from the Mend App: Administration General > Organization UUID).
applicationUuidstring required
Application UUID (Administration > Applications)
Query parameters
cursorstring
Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved.
limitstring
Specifies the maximum number of items to be returned in the response.
Response
OK
Example response
{
"additionalData": {
"totalItems": "422",
"next": "http://someUrl?cursor=3",
"cursor": 3
},
"supportToken": "1171c60d",
"response": [
{
"tags": [
{
"key": "commit",
"value": "123abc",
"displayName": "commit:123abc"
}
]
}
]
}