GET: Service Provider Products in Your Portfolio Ingrid https://api.bitsighttech.com/ratings/v1/portfolio/providers/provider_guid/products Get the products provided by a specific service provider in your portfolio. Parameters * Required. See query parameters for details on the following parameters: fields limit offset q sort provider_guid * Required. [Path] Identify the service provider to query. Value: [String] Company unique identifier [entity_guid]. See GET: Service Providers for a Specific Domain. relationship_type [Query] Filter by the type of relationship between this company and its fourth party. Value: [String] Relationship type. Example Request curl https://api.bitsighttech.com/ratings/v1/portfolio/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":0.0, "percent_dependent_company":0.0, "relative_importance":6.486631668032194E-6, "relative_criticality":"low" } ] } Response Attributes The server will return an array with an object. Field Description product_guid String [product_guid] The unique identifier of this product. product_name String The name of this product. product_types Array This product’s business function. provider_guid String [entity_guid] The unique identifier of the service provider used for the request. provider_name String The name of the service provider used for the request. provider_industry String The service provider’s industry. company_count Integer The number of companies that depend on this product. domain_count Integer The number of domains that depend on this product. percent_dependent Decimal The percentage of assets (domains) in this response that depends on this product. percent_dependent_company Decimal The percentage of companies in this response that depend on this product. relative_importance String A measurement of this product’s importance. relative_criticality String Reiterates the relative_importance field. See product importance. October 9, 2019: Added relationship_type parameter. October 11, 2018: Published. Related articles GET, POST: Security Rating Details of Companies in Your Portfolio GET: Portfolio Products GET: Portfolio Companies Dependent on a Specific Service Provider API Fields: 4th Party Product Importance & Criticality API Fields: Fourth Party Relationship Types Feedback 0 comments Please sign in to leave a comment.