https://api.bitsighttech.com/ratings/v1/folders/folder_guid/product-types
Get the products that are used by all companies in a particular folder.
Parameters
* Required.
See query parameters for details on the following parameters:
fields
limit
offset
q
sort
Parameter | Values |
---|---|
folder_guid * [Path] Identify the folder to query. |
[String] Folder unique identifier [folder_guid ]. See GET: Folder Details. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/folders/fcc8b8c4-4fa3-4735-ac14-405ac7855d70/product-types/ -u api_token:
Example Response
{ "count":1, "results":[ { "product_type":"Audio / Video Delivery", "company_guids":[ "feeccea4-e062-4cf5-9a3d-7034addb12d1", "3abbba22-62b7-492e-aeac-b1d67a2f45b3" ] } ] }
Response Attributes
Field | Description | |
---|---|---|
countInteger |
The number of products within the folder. | |
resultsArray |
Service provider product usage details. | |
product_typeString |
The service category of this product. | |
company_guidsArray [ entity_guid ] |
Companies within this folder that use this type of product. |
March 12, 2019: Published.
Feedback
0 comments
Please sign in to leave a comment.