https://api.bitsighttech.com/ratings/v1/insights/rating_changes
See rating change explanations (RCE), as highlighted in the Security Ratings Timeline. Typically, only negative changes have an associated event.
Parameters
See query parameters for details on the following parameters:
-
limit
(default: ↻100
) -
offset
(default: ↻0
)
Parameter | Values |
---|---|
company [Query] Filter by companies. |
[String] Comma-separated company unique identifiers [entity_guid ]. See GET: Portfolio Details. |
date_gte [Query] Filter up to a specified date. |
[String] YYYY-MM-DD
|
date_lt [Query] Filter from a starting specified date. |
[String] YYYY-MM-DD
|
score_delta_gte [Query] Filter by rating change explanations (RCE) so that the delta is higher or equal to the specified value. |
[Integer] Rating change points. |
score_delta_lt [Query] Filter by rating change explanations (RCE) so that the delta is lower than the specified value. |
[Integer] ↻ Default: Filter by a delta lower than -10 points. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/insights/rating_changes -u api_token:
Example Response
{ "links":{ "next":"https://api.bitsighttech.com/ratings/v1/insights/rating_changes?limit=100&offset=100", "previous":null }, "count":111922, "results":[ […] { "date":"2022-03-24", "start_score":620, "end_score":600, "reasons":[ { "start_percentile":60.383198, "risk_vector":"pot_exploited", "end_percentile":54.58032 } ], "type":"rating-change", "company":"a940bb61-33c4-42c9-9231-c8194c305db3" } ] }
Response Attributes
Field | Description | ||||
---|---|---|---|---|---|
linksObject |
Navigation for multiple pages of results. See pagination. | ||||
nextString |
The URL for navigating to the next page of results. | ||||
previousString |
The URL for navigating to the previous page of results. | ||||
countInteger |
The number of rating changes. | ||||
resultsArray |
Rating changes and their details. | ||||
Object | A rating change. | ||||
dateString [ YYYY-MM-DD ] |
The date when the rating changed. | ||||
start_scoreInteger |
The rating before the change. | ||||
end_scoreInteger |
The rating after the change. | ||||
reasonsArray |
Reasons for the change. | ||||
Object | A reason. | ||||
start_percentileDecimal |
The percentile that this organization was placed in, at the beginning of the day. This is based on its rating within the industry. | ||||
risk_vectorString |
The risk vector slug name or a general change (explanation ).
Values: |
||||
headlineString |
A summary of the change (if available). | ||||
end_percentileDecimal |
The percentile that this organization was placed in at the end of the day. This is based on its rating within the industry. | ||||
typeString |
For internal Bitsight use. | ||||
companyString [ entity_guid ] |
This company’s unique identifier. |
Response Codes
See some common errors and status codes.
Code | Description |
---|---|
200 – Okay |
Everything worked as expected. |
400 – Bad Data |
This can often be due to missing a required parameter. |
401 – No Authentication |
No valid API token was provided. |
403 – Unauthorized |
You do not have permission to access this resource. |
- June 28, 2022: Published.
Feedback
0 comments
Please sign in to leave a comment.