https://api.bitsighttech.com/ratings/v1/companies/company_guid/products/product_guid/domains
List the domains that belong to a company using a specific product’s business function.
Parameters
* Required.
See query parameters for details on the following parameters:
fields
limit
offset
q
sort
Parameter | Values |
---|---|
company_guid * [Path] Identify the company to query. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
product_guid * [Path] 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/a940bb61-33c4-42c9-9231-c8194c305db3/products/prod1234-prod-1234-prod-1234prod1234/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. |
- October 19, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.