https://api.bitsighttech.com/ratings/v1/companies/company_guid/diligence/historical-statistics
Get the number of Diligence findings of a company.
Parameters
* Required.
Parameter | Values |
---|---|
company_guid * [Path] Identify the company to query. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
risk_type [Query] Filter by Diligence risk types. |
[String] Diligence risk vector. See Diligence risk types. |
format [Query] Format the response data. |
[String] json |
Example Request
curl https://api.bitsighttech.com/ratings/v1/companies/company_guid/diligence/historical-statistics -u api_token:
Example Response
{ [See Pagination] "results":[ { "date":"2019-12-31", "grade":null, "counts":[ { "count":592, "category":"fair" } ] } ] }
Response Attributes
Field | Description | |
---|---|---|
dateString [ YYYY‑MM‑DD ] |
The date when the Diligence findings were counted. | |
gradeNull |
For internal Bitsight use. | |
countsArray |
The number of Diligence findings of a company, grouped by Diligence finding grades. | |
countInteger |
The number of Diligence findings with the associated grade. | |
categoryString |
The associated Diligence finding grade. |
June 30, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.