https://api.bitsighttech.com/ratings/v1/companies/search/trending
See 20 companies that have been actively searched and viewed by other Bitsight users during the past week, as presented in the Trending Vendors card in the Portfolio Dashboard.
Parameters
See query parameters for details on the following parameters:
limit
offset
Example Request
curl -u 'api_token:' 'https://api.bitsighttech.com/ratings/v1/companies/search/trending'
Example Response
{ "links":{ "next":null, "previous":null }, "count":20, "results":[ […] { "guid":"a940bb61-33c4-42c9-9231-c8194c305db3", "name":"Saperix, Inc.", "description":"Saperix Technologies LLC develops risk analysis software solutions.", "logo":"https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/logo-image", "rating":null, "rank":4, "view_percentage_increase":100.0 } ] }
Response Attributes
Field | Description | ||
---|---|---|---|
linksObject |
Navigation for multiple pages of results. See pagination. | ||
nextString |
The URL for navigating to the next page of results. | ||
previousString |
The URL for navigating to the previous page of results. | ||
countInteger |
The number of trending companies. | ||
resultsArray |
Trending companies. | ||
Object | A trending company. | ||
guidString [ entity_guid ] |
The unique identifier of this company. | ||
nameString |
The name of this company. | ||
descriptionString |
A description of this company. | ||
logoString |
The URL path of this company’s logo image in the Bitsight platform. | ||
ratingInteger |
The current rating of this company. | ||
rankInteger |
This company’s sorting order amongst trending companies. | ||
view_percentage_increaseDecimal |
For internal Bitsight use. |
Status Codes
See common errors and status codes.
Code | Description |
---|---|
200 – Okay |
Everything worked as expected. |
401 – Unauthorized |
No valid API token was provided. |
403 – Permission Denied |
You do not have permission to access this resource. |
404 – Not Found |
The specified resource could not be found or does not exist. |
October 24, 2022: Published.
Feedback
0 comments
Please sign in to leave a comment.