GET: Your Company Views [v1]

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 [entity_guid]

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 [entity_guid]

The unique identifier of this company.
name

String

The name of this company.
  • May 21, 2020: Version 2 is now available.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.