https://api.bitsighttech.com/ratings/v1/companies/company_guid/providers/provider_guid/domains
Get the domains that are shared by a company and their service provider.
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. |
provider_guid * [Path] Identify the service provider to query. |
[String] The service provider's unique identifier [entity_guid ]. See GET: Service Providers for a Specific Domain. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/providers/a5e23bf0-38d4-4cea-aa50-19ee75da481d/domains -u api_token:
Example Response
{ "count":11, "results":[ […] { "importance":0.75, "criticality":"high", "domain_name":"saperix.com", "product_count":5 } ] }
Response Attributes
Field | Description | ||
---|---|---|---|
countInteger |
The number of domains. | ||
resultsArray |
Domain objects. | ||
Object | A domain and its details. | ||
importanceDecimal |
A measurement of the product’s importance.
Values: |
||
criticalityString |
Reiterates the Values: |
||
domain_nameString |
The name of the shared domain. | ||
product_countInteger |
The number of shared products in the domain. |
- October 9, 2020: Added
criticality
to the response.
Feedback
0 comments
Please sign in to leave a comment.