GET: Service Providers of a Third Party

https://api.bitsighttech.com/ratings/v1/companies/company_guid/company-tree/providers

Get all service providers for the entire Ratings Tree of one of the companies you’re monitoring.

Parameters

* Required.

See query parameters for details on the following parameters:

  • fields
  • limit
  • offset
  • q
  • sort
company_guid

* Required.

[Path] Identify the company to query.

Value: [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/company-tree/providers -u api_token:

Example Response

{
  [
    […]
    {
      "provider_guid":"a5e23bf0-38d4-4cea-aa50-19ee75da481d",
      "provider_name":"Black Hills Technologies",
      "provider_industry":"Technology",
      "product_types":[
        "Order Management"
      ],
      "company_count":1,
      "product_count":10,
      "domain_count":3,
      "relative_importance":9.25,
      "percent_dependent":18.8,
      "percent_dependent_company":9.1,
      "relative_criticality":"critical"
    }
  ]
}

Response Attributes

Field Description
provider_guid

String [entity_guid]

The unique identifier of this service provider.
provider_name

String

The name of this service provider.
provider_industry

String

The industry of this service provider.
product_types

Array

This product’s business function.
relative_criticality

String

Reiterates the relative_importance field.

Values:
  • low
  • medium
  • high
  • critical
  • October 16, 2019: Published.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.