Get Rights Category
Retrieves the requested Rights Category by id.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/rightsCategories/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
OK
Returns
RightsCategoryNode
of type(s)
application/json;version=39.1
{
"name": "string",
"id": "string",
"bundleKey": "string",
"parent": "string",
"rightsCount": {
"view": 0,
"modify": 0
},
"subCategories": [
"string"
]
}
string
name
Required
Constraints:
minLength: 1
maxLength: 128
name
string
id
Optional
id
string
bundleKey
Required
Constraints:
minLength: 1
maxLength: 128
bundleKey
string
parent
Optional
parent
object
rightsCount
Optional
RightsCount - A count of rights in a given category by type
array of
string
subCategories
Optional
subCategories
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/rightsCategories/{id}