Publication Date – July 2, 2020
https://api.bitsighttech.com/ratings/v1/folders/folder_guid/graph_data
Get the ratings graph data of a folder.
Parameters
*Required.
Parameter | Description | Values |
---|---|---|
folder_guidPath |
Identify the folder to query. | [String] Folder unique identifier [folder_guid ]. See GET: Folder Details. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/folders/folder_guid/graph_data -u api_token:
Example Response
{ "name":"My Folder", "ratings":[ { "y":690, "x":"2020-06-28" } ] }
Response Attributes
Field | Description | ||
---|---|---|---|
nameString |
The name of the folder. | ||
ratingsArray |
The rating information for the graph. | ||
Object | Graph data. | ||
yInteger |
The median Bitsight Security Rating of the companies in the folder, as displayed in the vertical axis of the graph. | ||
xString [ YYYY‑MM‑DD ] |
The date when the median rating of companies in the folder were established, as displayed in the horizontal axis of the graph. |