GET {who}/authorization/RoleDefinitions/{roleTypeID}?language={language}
Gets the role type. This operation will retrieve details specific to the role type given in the url.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
who | who the user is acting as/on behalf of. |
Define this parameter in the request URI. |
roleTypeID | Id of the role type |
Define this parameter in the request URI. |
language | Translation of the role definitions retrieved, valid values are: 1033 (English), 1044 (Bokmal) and 2068 (Nynorsk) This is an optional parameter, defaults to the user preset language |
Define this parameter in the request URI. |
Response Information
The role types.
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{ "RoleType": "sample string 77", "RoleDefinitionId": 2, "RoleName": "sample string 20", "RoleDescription": "sample string 57", "RoleDefinitionCode": "sample string 48", "ParentRoleDefinitionIds": [ 1, 2, 3 ], "ChildRoleDefinitionIds": [ 1, 2, 3 ], "Rights": { "_links": { "self": { "href": "sample string 39" } }, "_embedded": { "sample string 81": [ { "RightID": 1, "RightType": "sample string 56", "SystemResourceID": "sample string 64", "ServiceCode": "sample string 67", "ServiceEditionCode": 1, "ServiceOwner": "sample string 48", "ServiceOwnerCode": "sample string 62", "MessageID": "sample string 72", "Delegator": "sample string 78", "DelegatedTime": "2025-06-23T09:00:53.8074541+02:00", "Action": "sample string 40", "RightSourceType": "sample string 32", "IsDelegatable": true, "ValidToDate": "2025-06-23T09:00:53.8074541+02:00", "IsConsentDelegation": true }, { "RightID": 1, "RightType": "sample string 56", "SystemResourceID": "sample string 64", "ServiceCode": "sample string 67", "ServiceEditionCode": 1, "ServiceOwner": "sample string 48", "ServiceOwnerCode": "sample string 62", "MessageID": "sample string 72", "Delegator": "sample string 78", "DelegatedTime": "2025-06-23T09:00:53.8074541+02:00", "Action": "sample string 40", "RightSourceType": "sample string 32", "IsDelegatable": true, "ValidToDate": "2025-06-23T09:00:53.8074541+02:00", "IsConsentDelegation": true }, { "RightID": 1, "RightType": "sample string 56", "SystemResourceID": "sample string 64", "ServiceCode": "sample string 67", "ServiceEditionCode": 1, "ServiceOwner": "sample string 48", "ServiceOwnerCode": "sample string 62", "MessageID": "sample string 72", "Delegator": "sample string 78", "DelegatedTime": "2025-06-23T09:00:53.8074541+02:00", "Action": "sample string 40", "RightSourceType": "sample string 32", "IsDelegatable": true, "ValidToDate": "2025-06-23T09:00:53.8074541+02:00", "IsConsentDelegation": true } ] } }, "_links": { "self": { "href": "sample string 67" } } }