Publication Date – October 19, 2020
https://api.bitsighttech.com/ratings/v1/companies/company_guid/products/product_guid/domains
List the domains that belong to a company using a specific service provider product.
Parameters
*Required.
See query parameters for details on the following parameters:
fields
limit
offset
q
sort
Parameter | Description | Values |
---|---|---|
company_guidPath |
Identify the company to query. | [String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
product_guidPath |
Identify a service provider product to query. | [String] Product unique identifier [product_guid ]. See GET: Products of a Company. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/companies/company_guid/products/product_guid/domains -u api_token:
Example Response
{ "count":2, "results":[ […] { "importance":0.0, "criticality":"low", "domain_name":"kennedymotors.com", "product_count":13 } ] }
Response Attributes
Field | Description | |
---|---|---|
countInteger |
The number of domains that belong to the company. | |
resultsArray |
Product usage details of the company, grouped by their domains. | |
importanceDecimal |
A measurement of the product’s importance.
Values: |
|
criticalityString |
Reiterates the importance field.
Values: |
|
domain_nameString |
The name of this domain. | |
product_countInteger |
The number of shared products in the domain. |