Returns the Resource-Role Assignment for the ResourceRoleAssignmentId provided.
get
/primeapi/restapi/v16.2/resourceRoleAssignment/{id}
Request
Path Parameters
- id
-
Type:
integer(int64)Required:trueID of the Resource-Role Assignment to be found.
Response
Supported Media Types
- application/json
200 Response
successful operation
Body
Root Schema : ApiEntityResourceRoleAssignment
Type:
object- primaryFlag
-
Type:
booleanDefault Value:falseDetermines whether this is the resource's main role. A role that does not have this option selected indicates that this is a secondary role for the resource. You can only assign one primary role per resource. A resource is not required to have a primary role. - proficiency
-
Type:
stringAllowed Values:[ "ONE", "TWO", "THREE", "FOUR", "FIVE" ]The skill level of the resource. Skill levels are Master, Expert, Skilled, Proficient, and Inexperienced. - resourceId
-
Type:
integer(int64)The unique identifier for the resource or role. - resourceRoleAssignmentId
-
Type:
integer(int64)The identifier for the resource. - roleId
-
Type:
integer(int64)The unique identifier for the resource or role.
404 Response
The Resource Role Assignment does not exist or you do not have access to it.