Get Project Scans
Returns the project related scans
Path parameters
org UUID (from the Mend App: Administration General > Organization UUID).
UUID of the project
Query parameters
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.
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"
}
]
}
]
}Changes
Changed in 1 of the 3 revisions of this API.22
- ●
added the new
baselineenum value to theresponse/items/scanModeresponse property for the response status200response-property-enum-value-added
- ●
added the new
previewenum value to theresponse/items/scanModeresponse property for the response status200response-property-enum-value-added
- ○
removed the
regularenum value from theresponse/items/scanModeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
temporaryenum value from theresponse/items/scanModeresponse property for the response status200response-property-enum-value-removed
- ●