GET: Product Types in a Folder

https://api.bitsighttech.com/ratings/v1/folders/folder_guid/product-types

Get the products in selected business functions 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
folder_guid

* Required.

[Path] Identify the folder to query.

Value: [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
count

Integer

The number of products within the folder.
results

Array

Service provider product usage details.
 
product_type

String

The service category of this product.
company_guids

Array [entity_guid]

Companies within this folder that use this type of product.
  • March 12, 2019: Published.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.