https://api.bitsighttech.com/ratings/v1/companies/company_guid/products
Get the enterprise products used at the domains of a particular company.
Parameters
* Required.
See query parameters for details on the following parameters:
fields
limit
(Default ↻ All)offset
q
sort
Parameter | Values |
---|---|
company_guid * [Path] Identify the company to query. |
[String] Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/products -u api_token:
Example Response
[ { "product_guid":"55555555-pppp-rrrr-oooo-dddddddddddd", "product_name":"Black Hills POS", "product_types":[ "Order Management" ], "provider_guid":"a5e23bf0-38d4-4cea-aa50-19ee75da481d", "provider_name":"Black Hills Technologies", "provider_industry":"Technology", "company_count":1, "domain_count":2, "percent_dependent":8.3, "percent_dependent_company":100.0, "relative_importance":0.10714285714285714, "relative_criticality":"high", "relationship_source":"bitsight" } ]
Response Attributes
The server will return an array with the following object:
Field | Description |
---|---|
product_guidString [ product_guid ] |
The unique identifier of the product. |
product_nameString |
The name of the product. |
provider_nameString |
The name of the product provider. |
product_typesArray |
This product’s business functions. See product types. |
provider_guidString [ entity_guid ] |
The unique identifier of the service provider. |
provider_nameString |
The name of the product provider. |
provider_industryString |
The industry of the service provider. |
company_countInteger |
The number of companies that use this product. |
domain_countInteger |
The number of domains that use this product. |
percent_dependentDecimal |
The percentage of assets (domains) in this response that depends on this product. |
percent_dependent_companyDecimal |
The percentage of companies in this response that depend on this product. |
relative_importanceDecimal |
A measurement of this product’s importance.
Values: |
relative_criticalityString |
Reiterates the relative_importance field.
Values: |
relationship_sourceString |
How the relationship between this company and the service provider was curated. See fourth party relationships. |
- October 9, 2020: Added parameters; Updated response and descriptions.
Feedback
0 comments
Please sign in to leave a comment.