Company Products
Get the product details of a single product group.
Gets the product details of a single product group.
get/api/v2/productgroups/{id}
Path parameters
idinteger required
Example:123
The id of the target product group.
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.
Response
Success
Example response
[
{
"Name": "EMC Product VM",
"Cpe": "cpe:/a:product:product:4.89:rc5"
}
]