https://api.bitsighttech.com/ratings/v1/tiers/tier_guid/product-types
List the product types used by third parties in a tier.
Parameters
* Required.
See query parameters for details on the following parameters:
fieldslimitoffsetqsort
tier_guid-
* Required.
[Path] Identify the tier to query.
Value: [String] Tier unique identifier [
tier_guid]. See GET: Tier.
Example Request
curl https://api.bitsighttech.com/ratings/v1/tiers/tier1234-tier-1234-tier-1234tier1234/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 | |
|---|---|---|
count Integer |
The number of products used by companies in this tier. | |
results Array |
Product usage details of companies in this tier. | |
product_type String |
This product’s business function. | |
company_guids Array [ |
The unique identifier of companies that use this product. | |
- October 13, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.