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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

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

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/accessLevels/{accessLevelUrn}