GET: Tiered Companies Dependent on a Specific Service Provider

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

Get companies within one of your tiers that depends on a specific service provider.

Parameters

* Required.

See query parameters for details on the following parameters:

  • fields
  • limit
  • offset
  • q
  • sort
tier_guid

* Required.

[Path] Identify the tier to query.

Value: [String] Tier unique identifier [tier_guid]. See GET: Tiers.

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/tiers/e325bd1d-b5ee-4fa5-a1ee-8e87518b0746/providers/a5e23bf0-38d4-4cea-aa50-19ee75da481d/companies -u api_token:

Example Response

{ 
  [
    […]
    { 
      "company_guid":"a940bb61-33c4-42c9-9231-c8194c305db3",
      "company_name":"Saperix, Inc.",
      "domain_count":3,
      "percent_dependent":18.8,
      "relationship_source":"bitsight"
    }
  ]
}

Response Attributes

Field Description
company_guid

String [entity_guid]

The unique identifier of this company.
company_name

String

The name of this company.
domain_count

Integer

The number of unique domains within this response that rely on this provider.
percent_dependent

Decimal

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

String

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

Comments

0 comments

Please sign in to leave a comment.