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 68",
  "RoleDefinitionId": 2,
  "RoleName": "sample string 38",
  "RoleDescription": "sample string 19",
  "RoleDefinitionCode": "sample string 28",
  "ParentRoleDefinitionIds": [
    1,
    2,
    3
  ],
  "ChildRoleDefinitionIds": [
    1,
    2,
    3
  ],
  "Rights": {
    "_links": {
      "self": {
        "href": "sample string 70"
      }
    },
    "_embedded": {
      "sample string 2": [
        {
          "RightID": 1,
          "RightType": "sample string 96",
          "SystemResourceID": "sample string 33",
          "ServiceCode": "sample string 69",
          "ServiceEditionCode": 1,
          "ServiceOwner": "sample string 8",
          "ServiceOwnerCode": "sample string 33",
          "MessageID": "sample string 57",
          "Delegator": "sample string 35",
          "DelegatedTime": "2024-09-07T01:04:14.8004156+02:00",
          "Action": "sample string 20",
          "RightSourceType": "sample string 21",
          "IsDelegatable": true,
          "ValidToDate": "2024-09-07T01:04:14.8004156+02:00",
          "IsConsentDelegation": true
        },
        {
          "RightID": 1,
          "RightType": "sample string 96",
          "SystemResourceID": "sample string 33",
          "ServiceCode": "sample string 69",
          "ServiceEditionCode": 1,
          "ServiceOwner": "sample string 8",
          "ServiceOwnerCode": "sample string 33",
          "MessageID": "sample string 57",
          "Delegator": "sample string 35",
          "DelegatedTime": "2024-09-07T01:04:14.8004156+02:00",
          "Action": "sample string 20",
          "RightSourceType": "sample string 21",
          "IsDelegatable": true,
          "ValidToDate": "2024-09-07T01:04:14.8004156+02:00",
          "IsConsentDelegation": true
        },
        {
          "RightID": 1,
          "RightType": "sample string 96",
          "SystemResourceID": "sample string 33",
          "ServiceCode": "sample string 69",
          "ServiceEditionCode": 1,
          "ServiceOwner": "sample string 8",
          "ServiceOwnerCode": "sample string 33",
          "MessageID": "sample string 57",
          "Delegator": "sample string 35",
          "DelegatedTime": "2024-09-07T01:04:14.8004156+02:00",
          "Action": "sample string 20",
          "RightSourceType": "sample string 21",
          "IsDelegatable": true,
          "ValidToDate": "2024-09-07T01:04:14.8004156+02:00",
          "IsConsentDelegation": true
        }
      ]
    }
  }
}