https://api.bitsighttech.com/ratings/v2/alerts
See your existing alerts and their details.
Parameters
See query parameters for details on the following parameters:
-
limit
(Default: ↻100
) offset
-
q
– Company names. -
sort
(Default: ↻alert_date
)-
guid
– Alert unique identifier [alert_guid
]. alert_date
alert_type
company_name
folder_name
trigger
severity
-
Parameter | Description | Values |
---|---|---|
alert_dateQuery |
Filter alerts by the specified alert date. |
[String] YYYY‑MM‑DD
|
alert_date_gtQuery |
Filter alerts after the requested date. This parameter is incompatible with alert_date . |
[String] YYYY‑MM‑DD
|
alert_date_gteQuery |
Filter alerts after or on the requested date. This parameter is incompatible with alert_date . |
[String] YYYY‑MM‑DD
|
alert_date_ltQuery |
Filter alerts prior to the requested date. This parameter is incompatible with alert_date . |
[String] YYYY‑MM‑DD
|
alert_date_lteQuery |
Filter alerts prior to or on the requested date. This parameter is incompatible with alert_date . |
[String] YYYY‑MM‑DD
|
alert_typeQuery |
Filter alerts by the specified alert category. | [String] Alert category. |
company_guidQuery |
Filter by company. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
expandQuery |
Include additional alert details. |
[String] company_custom_id , details
|
folder_guidQuery |
Filter alerts by the specified folder. |
[String] Folder unique identifier [folder_guid ]. See GET: Folder Details. |
severityQuery |
Filter alerts by the specified change severity. | [String] Change severity. |
Example Request
curl https://api.bitsighttech.com/ratings/v2/alerts -u api_token:
Example Response
{ "links":{ "previous":null, "next":"https://api.bitsighttech.com/ratings/v2/alerts/?limit=100&offset=100" }, "count":12345, "results":[ { "guid":12345678, "alert_type":"RISK_CATEGORY", "alert_date":"2019-07-10", "start_date":"2019-07-09", "company_name":"Example, Inc.", "company_custom_id": "123-test", "company_guid":"e8d8503e-beae-4d6a-add4-5666c5491881", "company_url":"/company/e8d8503e-beae-4d6a-add4-5666c5491881/", "folder_guid":"02fa3d99-dfe5-4695-a26a-fa0a6f1ff98b", "folder_name":"Continuously Monitored", "severity":"WARN", "trigger":"Insecure Systems" } ] }
Response Attributes
Field | Description | ||
---|---|---|---|
linksObject |
Contains navigation links for pagination. | ||
previousString [ URL ] |
The link for navigating to the previous page of the results. | ||
nextString [ URL ] |
The link for navigating to the next page of the results. | ||
countInteger |
The total number of alerts across all the pages. | ||
resultsArray |
Alerts. | ||
Object | An alert. | ||
guidString [ alert_guid ] |
The unique identifier of this alert. | ||
alert_typeString |
The conditions that triggered the alert. See alert categories. | ||
alert_dateString [ YYYY‑MM‑DD ] |
The date when the alert is generated. | ||
start_dateString [ YYYY‑MM‑DD ] |
The start date of the alert period. | ||
company_nameString |
The name of the company that triggered the alert. | ||
company_guidString [ entity_guid ] |
The unique identifier of the company that this alert was generated for. | ||
company_custom_idString |
A customer-provided custom ID for the organization. | ||
company_urlString [ URL ] |
The link to this company’s Overview page in the Bitsight platform. | ||
folder_guidString [ folder_guid ] |
The unique identifier of the folder for which the alert was created. This is your “All Companies” folder if the company was not in a specific folder. | ||
folder_nameString |
The name of this folder. | ||
severityString |
The level of change that generated this alert. See change severity. | ||
triggerString |
The type of data that generated this alert. |
-
December 2, 2024: Added
company_custom_id
. - March 11, 2020: Linked to the overview on pagination.
Feedback
0 comments
Please sign in to leave a comment.