GET: Latest Alerts [Deprecated]

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

expand

[Query] Include additional alert details.

Value: [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
guid
Integer [alert_guid]
The unique identifier of the alert.
alert_date
String [YYYY‑MM‑DD]
The date when the alert was generated.
company_name
String
The name of the company that triggered the alert.
Portfolio Quality Alerts: This value will be none.
company_guid

String [entity_guid]

The unique identifier of the company that this alert was generated for.

Portfolio Quality Alerts: This value will be none.
href

String

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_type

String

The type of condition that triggered the alert. See alert categories.
  • July 24, 2019: Version 2 is now available.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.