Company Trend
Get monthly technical risk trend of a monitored company.
Get monthly technical risk score details of a monitored company for the last year period.
get/api/v2/companies/{id}/trend/technical
Path parameters
idinteger required
The id of the company requested.
Response
Success
Example response
[
{
"GradeLetter": "B+",
"CyberRating": 87,
"IndustryAverageCyberRating": 77,
"IndustryAverageGradeLetter": "B+",
"BreachIndex": 0.65,
"RansomwareIndex": 0.322,
"SnapshotDate": "2021-08-09T08:30:30.682Z"
}
]