v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
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

Namestring

The name of the CPE.

Cpestring

A CPE reference.

Example response

[
  {
    "Name": "EMC Product VM",
    "Cpe": "cpe:/a:product:product:4.89:rc5"
  }
]