https://api.bitsighttech.com/ratings/v1/companies/company_guid/risk-vectors/summaries
Get a summary of a company’s risk vector performance. A CSV will be downloaded to your desktop containing:
- Risk vector grades.
- Industry comparisons.
- Event counts during the past 1 year.
- The average number of days to resolve a finding.
- Record count.
- Finding grade distribution.
- Latest 10 finding details.
- Remediation suggestions.
Parameters
* Required.
See query parameters for details on the fields parameter.
Parameter | Values |
---|---|
company_guid * [Path] Identify the company to query. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
format * [Query] Set the format of the response data. |
[String] csv |
Example Request
curl -u 'api_token:' 'https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/risk-vectors/summaries?format=csv' --output file-name.csv
Status Codes
See common errors and status codes.
Code | Description |
---|---|
200 – Okay |
Everything worked as expected. |
401 – Unauthorized |
No valid API token was provided. |
403 – Permission Denied |
You do not have permission to access this resource. |
404 – Not Found |
The specified resource could not be found or does not exist. |
October 27, 2022: Published.
Feedback
0 comments
Please sign in to leave a comment.