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 79",
  "RoleDefinitionId": 2,
  "RoleName": "sample string 37",
  "RoleDescription": "sample string 89",
  "RoleDefinitionCode": "sample string 56",
  "ParentRoleDefinitionIds": [
    1,
    2,
    3
  ],
  "ChildRoleDefinitionIds": [
    1,
    2,
    3
  ],
  "Rights": {
    "_links": {
      "self": {
        "href": "sample string 56"
      }
    },
    "_embedded": {
      "sample string 10": [
        {
          "RightID": 1,
          "RightType": "sample string 17",
          "SystemResourceID": "sample string 75",
          "ServiceCode": "sample string 36",
          "ServiceEditionCode": 1,
          "ServiceOwner": "sample string 59",
          "ServiceOwnerCode": "sample string 35",
          "MessageID": "sample string 51",
          "Delegator": "sample string 22",
          "DelegatedTime": "2024-04-19T08:54:39.0556696+02:00",
          "Action": "sample string 48",
          "RightSourceType": "sample string 16",
          "IsDelegatable": true,
          "ValidToDate": "2024-04-19T08:54:39.0556696+02:00",
          "IsConsentDelegation": true
        },
        {
          "RightID": 1,
          "RightType": "sample string 17",
          "SystemResourceID": "sample string 75",
          "ServiceCode": "sample string 36",
          "ServiceEditionCode": 1,
          "ServiceOwner": "sample string 59",
          "ServiceOwnerCode": "sample string 35",
          "MessageID": "sample string 51",
          "Delegator": "sample string 22",
          "DelegatedTime": "2024-04-19T08:54:39.0556696+02:00",
          "Action": "sample string 48",
          "RightSourceType": "sample string 16",
          "IsDelegatable": true,
          "ValidToDate": "2024-04-19T08:54:39.0556696+02:00",
          "IsConsentDelegation": true
        },
        {
          "RightID": 1,
          "RightType": "sample string 17",
          "SystemResourceID": "sample string 75",
          "ServiceCode": "sample string 36",
          "ServiceEditionCode": 1,
          "ServiceOwner": "sample string 59",
          "ServiceOwnerCode": "sample string 35",
          "MessageID": "sample string 51",
          "Delegator": "sample string 22",
          "DelegatedTime": "2024-04-19T08:54:39.0556696+02:00",
          "Action": "sample string 48",
          "RightSourceType": "sample string 16",
          "IsDelegatable": true,
          "ValidToDate": "2024-04-19T08:54:39.0556696+02:00",
          "IsConsentDelegation": true
        }
      ]
    }
  },
  "_links": {
    "self": {
      "href": "sample string 88"
    }
  }
}