GET: Portfolio Companies Dependent on a Specific Service Provider

https://api.bitsighttech.com/ratings/v1/portfolio/providers/provider_guid/companies

Get the companies in your portfolio that depend on a specific service provider.

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.

Example Request

curl https://api.bitsighttech.com/ratings/v1/portfolio/providers/a5e23bf0-38d4-4cea-aa50-19ee75da481d/companies -u api_token:

Example Response

{
  [
    […]
    {
      "company_guid":"aaaaaaaa-4444-4444-aaaa-444444444444",
      "company_name":"Example Company",
      "domain_count":2,
      "percent_dependent":40.0,
      "relationship_source":"bitsight"
    }
  ]
}

Response Attributes

Field Description
company_guid

String [entity_guid]

The unique identifier of this company that depends on the service provider.
company_name

String

The name of this company that depends on the service provider.
domain_count

Integer

The number of domains operated by this company that depend on the service provider.
percent_dependent

Decimal

The percentage of assets (domains) in this folder that depends on this service provider.
relationship_source

String

How the fourth party relationship between this company and the service provider was curated.
  • October 9, 2019: Published.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.