https://api.bitsighttech.com/ratings/v1/companies/company_guid/company-tree/product-types
List the product types used by all companies in the Ratings Tree of a third party.
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. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/company-tree/product-types -u api_token:
Example Response
{ "count":75, "results":[ […] { "product_type":"Order Management", "company_guids":[ "a940bb61-33c4-42c9-9231-c8194c305db3" ] } ] }
Response Attributes
Field | Description | |
---|---|---|
countInteger |
The number of products used by companies in this Ratings Tree. | |
resultsArray |
Product usage details of companies in this Ratings Tree. | |
product_typeString |
This product’s business function. See product types. | |
company_guidsArray [ entity_guid ] |
The unique identifier of companies that use this product type. |
- October 14, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.