https://api.bitsighttech.com/ratings/v1/users/user_guid/company-views
See your company monitoring activity, including companies you have recently or most often viewed.
Version 2 is now available.
Parameters
* Required.
See query parameters for details on the limit parameter (default: all fields).
user_guid-
* Required.
[Path] Identify the user to query.
Value: [String] User unique identifier [
user_guid]. See GET: Users. days_back-
[Query] Specify the number of days to include.
Value: [Integer] The number of days, up to 1 year.
folder-
[Query] Filter by folder.
Value: [String] Folder unique identifier [
folder_guid]. See GET: Folder Details.
Example Request
curl https://api.bitsighttech.com/ratings/v1/users/11111111-aaaa-1111-aaaa-111111111111/company-views -u api_token:
Example Response
{
"most_recently_viewed":[
{
"rating":490,
"guid":"a940bb61-33c4-42c9-9231-c8194c305db3",
"name":"Saperix, Inc."
}
],
"top_viewed":[
{
"rating":490,
"guid":"a940bb61-33c4-42c9-9231-c8194c305db3",
"name":"Saperix, Inc."
}
]
}
Response Attributes
| Field | Description | |
|---|---|---|
most_recently_viewed Object |
Companies this user viewed recently. | |
rating Integer |
The current security rating of this company. | |
guid String [ |
The unique identifier of this company. | |
name String |
The name of this company. | |
top_viewed Object |
Companies this user viewed most often. | |
rating Integer |
The current security rating of this company. | |
guid String [ |
The unique identifier of this company. | |
name String |
The name of this company. | |
- May 21, 2020: Version 2 is now available.
Feedback
0 comments
Please sign in to leave a comment.