Platform API 3.0
/- Get Project Violating Findings
Create Project in Application
Get Organization Projects
Create Project
Get Project Statistics
Get Project totals grouped by date
Get Project totals
Get Project Labels
Add Project Label
Remove Project Label
Update Multiple Violation SLA
Import a container SBOM into a project (Containers)
Get project vulnerabilities traces (Dependencies - SCA)
Update Project with SBOM (Dependencies - SCA)
Get Project Violating Fin...
Returns the violations relates to project
Security
bearer-key
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/violations?cursor=string&limit=50' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
- totalItems: The total count of data points returned in an API response.
Example:
{ "totalItems": "422", "next": "http://someUrl?cursor=3", "cursor": 3 }
Response
{ "additionalData": { "totalItems": "422", "next": "http://someUrl?cursor=3", "cursor": 3 }, "supportToken": "1171c60d", "response": [ { … } ] }