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 77",
  "RoleDefinitionId": 2,
  "RoleName": "sample string 91",
  "RoleDescription": "sample string 81",
  "RoleDefinitionCode": "sample string 36",
  "ParentRoleDefinitionIds": [
    1,
    2,
    3
  ],
  "ChildRoleDefinitionIds": [
    1,
    2,
    3
  ],
  "Rights": {
    "_links": {
      "self": {
        "href": "sample string 70"
      }
    },
    "_embedded": {
      "sample string 47": [
        {
          "RightID": 1,
          "RightType": "sample string 79",
          "SystemResourceID": "sample string 20",
          "ServiceCode": "sample string 51",
          "ServiceEditionCode": 1,
          "ServiceOwner": "sample string 80",
          "ServiceOwnerCode": "sample string 18",
          "MessageID": "sample string 78",
          "Delegator": "sample string 92",
          "DelegatedTime": "2024-04-17T00:39:44.6928878+02:00",
          "Action": "sample string 32",
          "RightSourceType": "sample string 73",
          "IsDelegatable": true,
          "ValidToDate": "2024-04-17T00:39:44.6928878+02:00",
          "IsConsentDelegation": true
        },
        {
          "RightID": 1,
          "RightType": "sample string 79",
          "SystemResourceID": "sample string 20",
          "ServiceCode": "sample string 51",
          "ServiceEditionCode": 1,
          "ServiceOwner": "sample string 80",
          "ServiceOwnerCode": "sample string 18",
          "MessageID": "sample string 78",
          "Delegator": "sample string 92",
          "DelegatedTime": "2024-04-17T00:39:44.6928878+02:00",
          "Action": "sample string 32",
          "RightSourceType": "sample string 73",
          "IsDelegatable": true,
          "ValidToDate": "2024-04-17T00:39:44.6928878+02:00",
          "IsConsentDelegation": true
        },
        {
          "RightID": 1,
          "RightType": "sample string 79",
          "SystemResourceID": "sample string 20",
          "ServiceCode": "sample string 51",
          "ServiceEditionCode": 1,
          "ServiceOwner": "sample string 80",
          "ServiceOwnerCode": "sample string 18",
          "MessageID": "sample string 78",
          "Delegator": "sample string 92",
          "DelegatedTime": "2024-04-17T00:39:44.6928878+02:00",
          "Action": "sample string 32",
          "RightSourceType": "sample string 73",
          "IsDelegatable": true,
          "ValidToDate": "2024-04-17T00:39:44.6928878+02:00",
          "IsConsentDelegation": true
        }
      ]
    }
  }
}