GET: Product Types in Your Portfolio

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

List the product types used by third parties in your portfolio.

Parameters

See query parameters for details on the following parameters:

  • fields
  • limit
  • offset
  • q
  • sort

Example Request

curl https://api.bitsighttech.com/ratings/v1/portfolio/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 your portfolio.
results

Array

Product usage details of your portfolio.
 
product_type

String

This product’s business function.
company_guids

Array [entity_guid]

The unique identifier of companies that use this product.
  • October 13, 2020: Published.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.