https://api.bitsighttech.com/ratings/v1/folders/folder_guid/graph_data
Get the ratings graph data of a folder.
Parameters
* Required.
folder_guid-
* Required.
[Path] Identify the folder to query.
Value: [String] Folder unique identifier [
folder_guid]. See GET: Folder Details.
Example Request
curl https://api.bitsighttech.com/ratings/v1/folders/4ce9df6d-e92b-4a5c-9530-521dae4a5f83/graph_data -u api_token:
Example Response
{
"name":"My Folder",
"ratings":[
{
"y":690,
"x":"2020-06-28"
}
]
}
Response Attributes
| Field | Description | ||
|---|---|---|---|
name String |
The name of the folder. | ||
ratings Array |
The rating information for the graph. | ||
| Object | Graph data. | ||
y Integer |
The median Bitsight Security Rating of the companies in the folder, as displayed in the vertical axis of the graph. | ||
x String [ |
The date when the median rating of companies in the folder were established, as displayed in the horizontal axis of the graph. | ||
- July 2, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.