GET: Trending Companies

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
links

Object

Navigation for multiple pages of results. See pagination.
 
next

String

The URL for navigating to the next page of results.
previous

String

The URL for navigating to the previous page of results.
count

Integer

The number of trending companies.
results

Array

Trending companies.
  Object A trending company.
 
guid

String [entity_guid]

The unique identifier of this company.
name

String

The name of this company.
description

String

A description of this company.
logo

String

The URL path of this company’s logo image in the Bitsight platform.
rating

Integer

The current rating of this company.
rank

Integer

This company’s sorting order amongst trending companies.
view_percentage_increase

Decimal

For internal Bitsight use.

Status Codes

See common errors and status codes.

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.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.