Platform API 3.0
/- Get Organization Projects
Create Project in Application
Create Project
Get Project Statistics
Get Project totals grouped by date
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 Organization Projects
Returns a list of all projects accessible to the current user
Security
bearer-key
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/orgs/{orgUuid}/projects?cursor=string&limit=50&populateApplications=true&excludeInactiveProjects=true' \
-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": [ { … } ] }