Company Products
List all of the defined product groups.
Product groups are, as the name implies, the grouping of a set of products (CPEs) for an easy access. The Id value returned by this endpoint can be used to search companies.
get/api/v2/productgroups
Query parameters
page_numberinteger
Example:1
The number of the page requested.
page_size10 | 20 | 30
Example:10
The number of result items in a single response.
querystring required
Example:Windows
The value will be searched in the product name including the producer.
producerstring
Example:Microsoft
The producer of the product group, such as MICROSOFT or IBM.
Response
Success
Example response
[
{
"Name": "MICROSOFT > Office 365 ProPlus -.*.*",
"ProducerName": "MICROSOFT"
}
]