https://api.bitsighttech.com/ratings/v1/alerts/latest
This endpoint returns an array of alerts that were generated on the most recent date.
Version 2 is now available.
Parameters
Parameter | Values |
---|---|
expand [Query] Include additional alert details. |
[String] details |
Example Request
curl https://api.bitsighttech.com/ratings/v1/alerts/latest -u api_token:
Example Response
[ { "guid": 1029, "alert_date": "2016-07-01", "company_name": "Saperix, Inc.", "company_guid": "b230aa61-42c9-33c4-9233-d8194c305ef0", "href": "https://api.bitsighttech.com/ratings/v1/alerts/percent/1029", "alert_type": "PERCENT_CHANGE" } ]
Response Attributes
Field | Description |
---|---|
guidInteger [ alert_guid ] |
The unique identifier of the alert. |
alert_dateString [ YYYY‑MM‑DD ] |
The date when the alert was generated. |
company_nameString |
The name of the company that triggered the alert.
Portfolio Quality Alerts: This value will be
|
company_guidString [ entity_guid ] |
The unique identifier of the company that this alert was generated for.
Portfolio Quality Alerts: This value will be
|
hrefString |
The URI of the alert API resource, which contains additional details about the alert. Make an API call directly to this URI to return detailed information about the alert. |
alert_typeString |
The type of condition that triggered the alert. See alert categories. |
- July 24, 2019: Version 2 is now available.
Feedback
0 comments
Please sign in to leave a comment.