Get Entitlements Using GET

Get Entitlements Using GET

Returns all entitlements (filtered by projectId).

Request
URI
GET
https://{api_host}//cava-s-182-041.eng.vmware.com/catalog/api/admin/entitlements
COPY
Query Parameters
string
projectId
Optional

The project id for which to return .


Responses
200

OK

Returns Array of Entitlement of type(s) application/json
[
    {
        "definition": {
            "description": "string",
            "iconId": "string",
            "id": "string",
            "name": "string",
            "numItems": 0,
            "sourceName": "string",
            "sourceType": "string",
            "type": "string"
        },
        "id": "string",
        "projectId": "string"
    }
]

401

Unauthorized

Operation doesn't return any data structure