GET: Diligence Finding Counts of a Company

https://api.bitsighttech.com/ratings/v1/companies/company_guid/diligence/historical-statistics

Get the number of Diligence findings of a company.

Parameters

* Required.

company_guid

* Required.

[Path] Identify the company to query.

Value: [String] Company unique identifier [entity_guid]. See GET: Portfolio Details.

risk_type

[Query] Filter by Diligence risk types.

Value: [String] Diligence risk vector. See Diligence risk types.

format

[Query] Format the response data.

Value: [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
date

String [YYYY‑MM‑DD]

The date when the Diligence findings were counted.
grade

Null

For internal Bitsight use.
counts

Array

The number of Diligence findings of a company, grouped by Diligence finding grades.
 
count

Integer

The number of Diligence findings with the associated grade.
category

String

The associated Diligence finding grade.
  • June 30, 2020: Published.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.