- May 21, 2020: Version 2 is now available.
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).
Parameter | Description | Values |
---|---|---|
user_guidPath |
Identify the user to query. | [String] User unique identifier [user_guid ]. See GET: Users. |
days_backQuery |
Specify the number of days to include. | [Integer] The number of days, up to 1 year. |
folderQuery |
Filter by folder. | [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_viewedObject |
Companies this user viewed recently. | |
ratingInteger |
The current security rating of this company. | |
guidString [ entity_guid ] |
The unique identifier of this company. | |
nameString |
The name of this company. | |
top_viewedObject |
Companies this user viewed most often. | |
ratingInteger |
The current security rating of this company. | |
guidString [ entity_guid ] |
The unique identifier of this company. | |
nameString |
The name of this company. |