List Product Families Using GET
Get a list of product families.
Pre-authorized roles: Administrator
Request
URI
GET
https://{api_host}//vcp.vmware.com/api/provider/v1/productFamilies
COPY
Responses
200
OK
Returns PageOfProductFamilySimple of type(s) application/json
{
"content": [
{
"id": "630c2f68-xxxx-xxxx-xxxx-61f8245eaca1",
"name": "Rental Commercial",
"code": "RENTAL"
}
],
"total": 1
}
integer As int64 As int64
total
Optional
total
400
Bad Request
Operation doesn't return any data structure
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
Product Family Operations
GET
List Product Families Using GET