Get Entitlements Using GET 1

Get Entitlements Using GET 1

Returns all entitlements (filtered by projectId).

Request
URI
GET
https://{api_host}//sc2-10-185-6-200.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