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:
fieldslimitoffsetqsort
company_guid-
* Required.
[Path] Identify the company to query.
Value: [String] Company unique identifier [
entity_guid]. See GET: Portfolio Details. product_guid-
* Required.
[Path] Identify a service provider product to query.
Value: [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 | |
|---|---|---|
count Integer |
The number of domains that belong to the company. | |
results Array |
Product usage details of the company, grouped by their domains. | |
importance Decimal |
A measurement of the product’s importance.
Values: |
|
criticality String |
Reiterates the importance field.
Values: |
|
domain_name String |
The name of this domain. | |
product_count Integer |
The number of shared products in the domain. | |
- October 19, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.