List My Product Families Using GET

List My Product Families Using GET

Get a list of product families. Supported selectors: name, code.

Pre-authorized roles: Administrator, Operations

Request
URI
GET
https:////vcp.vmware.com/api/aggregator/v1/productFamilies
COPY
Query Parameters
string
filter
Optional

FIQL format

integer
limit
Optional

limit

integer
offset
Optional

offset

string
sort
Optional

sort


Responses
200

OK

Returns PageOfAggProductFamily of type(s) application/json
{
    "content": [
        {
            "id": "56929513-xxxx-xxxx-xxxx-513800000000",
            "name": "Rental Commercial",
            "code": "RENTAL",
            "description": "Rental (also known as License Rental)",
            "type": "RENTAL"
        }
    ],
    "total": 1
}
content
Optional

content

integer As int64 As int64
total
Optional

total


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure