Get Dependency Management Report
- 16 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Get Dependency Management Report
- Updated on 16 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get Dependency Management Report
This endpoint returns the Dependency Management Report in CSV or JSON format.
Endpoint | |
v1/report/getDependencyManagementReport | |
Request Method | |
GET | |
Parameter | Description |
sbom_id | The ID of the SBOM |
format | The format of the response (csv or json) |
Example Usage |
curl --location 'https://api.ionchannel.io/v1/report/getDependencyManagementReport?sbom_id={{sbom_id}}&format=csv' \ --header 'Authorization: Bearer TOKEN' \ |
Was this article helpful?