List Rights

List Rights

API code: LIST_RIGHTS
Pre-authorized role(s): PROVIDER_ADMIN
Platform(s): AMAZON | OSIS | CLOUDIAN | ECS

Request
URI
GET
https://apaas-29.eng.vmware.com//api/v1/core/rights
COPY
Query Parameters
integer
offset
Optional

The start index of items to return for the current page.

integer
limit
Optional

The max count of items to return for the current page.

string
order
Optional

The sort spec of the collection. The value is of pattern 'property ASC|DESC'. Only single property order is supported.
Examples:

  • lastModifiedDate DESC
  • name ASC

string
filter
Optional

filter


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns PageRightRecord of type(s) application/json
{
    "items": [
        {
            "category": "string",
            "name": "string",
            "id": "string"
        }
    ],
    "pageInfo": {
        "offset": 0,
        "limit": 0,
        "total": 0
    }
}
items
Optional

items

pageInfo
Optional

pageInfo