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

NameDescriptionAdditional 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 87",
  "RoleDefinitionId": 2,
  "RoleName": "sample string 96",
  "RoleDescription": "sample string 27",
  "RoleDefinitionCode": "sample string 20",
  "ParentRoleDefinitionIds": [
    1,
    2,
    3
  ],
  "ChildRoleDefinitionIds": [
    1,
    2,
    3
  ],
  "Rights": {
    "_links": {
      "self": {
        "href": "sample string 50"
      }
    },
    "_embedded": {
      "sample string 75": [
        {
          "RightID": 1,
          "RightType": "sample string 34",
          "SystemResourceID": "sample string 27",
          "ServiceCode": "sample string 78",
          "ServiceEditionCode": 1,
          "ServiceOwner": "sample string 55",
          "ServiceOwnerCode": "sample string 80",
          "MessageID": "sample string 33",
          "Delegator": "sample string 63",
          "DelegatedTime": "2026-01-06T12:21:35.4611499+01:00",
          "Action": "sample string 35",
          "RightSourceType": "sample string 47",
          "IsDelegatable": true,
          "ValidToDate": "2026-01-06T12:21:35.4611499+01:00",
          "IsConsentDelegation": true
        },
        {
          "RightID": 1,
          "RightType": "sample string 34",
          "SystemResourceID": "sample string 27",
          "ServiceCode": "sample string 78",
          "ServiceEditionCode": 1,
          "ServiceOwner": "sample string 55",
          "ServiceOwnerCode": "sample string 80",
          "MessageID": "sample string 33",
          "Delegator": "sample string 63",
          "DelegatedTime": "2026-01-06T12:21:35.4611499+01:00",
          "Action": "sample string 35",
          "RightSourceType": "sample string 47",
          "IsDelegatable": true,
          "ValidToDate": "2026-01-06T12:21:35.4611499+01:00",
          "IsConsentDelegation": true
        },
        {
          "RightID": 1,
          "RightType": "sample string 34",
          "SystemResourceID": "sample string 27",
          "ServiceCode": "sample string 78",
          "ServiceEditionCode": 1,
          "ServiceOwner": "sample string 55",
          "ServiceOwnerCode": "sample string 80",
          "MessageID": "sample string 33",
          "Delegator": "sample string 63",
          "DelegatedTime": "2026-01-06T12:21:35.4611499+01:00",
          "Action": "sample string 35",
          "RightSourceType": "sample string 47",
          "IsDelegatable": true,
          "ValidToDate": "2026-01-06T12:21:35.4611499+01:00",
          "IsConsentDelegation": true
        }
      ]
    }
  }
}