https://api.bitsighttech.com/ratings/v1/companies/company_guid/company-tree/providers/provider_guid/products
Get the products provided by a specific service provider to companies within a Ratings Tree.
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] Company unique identifier [entity_guid ]. See GET: Service Providers for a Specific Domain. |
relationship_type [Query] Assign the type of relationship between this company and its fourth party. |
[String] Relationship type. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/company-tree/providers/a5e23bf0-38d4-4cea-aa50-19ee75da481d/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":1, "percent_dependent":6.3, "percent_dependent_company":9.1, "relative_importance":0.09375, "relative_criticality":"high" } ] }
Response Attributes
Field | Description |
---|---|
product_guidString [ product_guid ] |
The unique identifier of this product. |
product_nameString |
The name of this product. |
product_typesArray |
This product’s business function. See product types. |
provider_guidString [ entity_guid ] |
The unique identifier of the service provider for this product. |
provider_nameString |
The name of the service provider for this product. |
provider_industryString |
The industry the service provider of this product belongs to. See industries. |
company_countInteger |
The number of companies within the Ratings Tree that use this product. |
domain_countInteger |
|
percent_dependentDecimal |
|
percent_dependent_companyDecimal |
|
relative_importanceDecimal |
|
relative_criticalityString |
Reiterates the relative_importance field.
Values: |
- October 15, 2019: Published.
Feedback
0 comments
Please sign in to leave a comment.