Get Right

Get Right

Retrieves the requested Right by id.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/rights/{id}
COPY
Path Parameters
string
id
Required

id

string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Right of type(s) application/json;version=37.0
{
    "name": "string",
    "id": "string",
    "description": "string",
    "bundleKey": "string",
    "category": "string",
    "serviceNamespace": "string",
    "rightType": "string",
    "impliedRights": [
        {
            "name": "string",
            "id": "string"
        }
    ]
}
string
name
Required

name

string
id
Optional

id

string
description
Optional

description

string
bundleKey
Optional

bundleKey

string
category
Optional

category

string
serviceNamespace
Optional

serviceNamespace

string
rightType
Optional

rightType

Possible values are : VIEW, MODIFY,
impliedRights
Optional

The set of implied rights.