Platform API 3.0
/- Get Project totals grouped by date
Create Project in Application
Get Organization Projects
Create Project
Get Project Statistics
Get Project totals
Get Project Labels
Add Project Label
Remove Project Label
Get Project Violating Findings
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 totals groupe...
Returns the requested statistics for the given projects that match at least one of the given identifiers.
Security
bearer-key
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/orgs/{orgUuid}/projects/summaries/total/date?fromDate=string&toDate=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "supportToken": "1171c60d", "response": [ { … } ] }