GET: Domains of a Company Using a Specific Product

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
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:
  • 0.005 = Low Criticality
  • .005.075 = Medium Criticality
  • .075.5 = High Criticality
  • .51 = Critical Criticality
criticality

String

Reiterates the importance field.
Values:
  • low = 0 ↹ .005 Importance
  • medium = .005 ↹ .075 Importance
  • high = .075 ↹ .5 Importance
  • critical = .5 ↹ 1 Importance.
domain_name

String

The name of this domain.
product_count

Integer

The number of shared products in the domain.
  • October 19, 2020: Published.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.