Get Access Level

Get Access Level

Get the specified access level.

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

accessLevelUrn

string
accessLevelUrn
Required

accessLevelUrn


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns AccessLevel of type(s) application/json;version=37.2
This response body class contains all of the following: RightsMapping , InlineAccessLevel1
{
    "name": "string",
    "id": "string",
    "description": "string",
    "bundleKey": "string",
    "readOnly": false
}