getAccessRight
get
/ccadmin/v1/accessRights/{id}
Get Access Right. Returns an access right by ID.
Request
Supported Media Types
- application/json
Path Parameters
-
id(required): string
The access right ID.
Query Parameters
-
preview: boolean
If set to true, gets an access right for preview users. Defaults to false.
Header Parameters
-
X-CCAsset-Language: string
The asset language of the request.
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : getAccessRight_response
Type:
Show Source
object
-
description:
string
Description of access right
-
displayName:
string
Display name of access right
-
id:
string
ID of access right
-
name:
string
Name of access right
-
repositoryId:
string
Repository ID of access right
-
type:
string
Type of access right
Example Response (application/json)
{
"displayName":"Custom Access Right",
"name":"Custom Access Right",
"repositoryId":"customAccessRight",
"description":"Custom Access Right",
"id":"customAccessRight",
"type":"generic"
}
Default Response
The error response
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code