GET {who}/authorization/rights

Gets the rights.

Request Information

Parameters

NameDescriptionAdditional information
who who the user is acting as/on behalf of.

Define this parameter in the request URI.

queryOptions OData Query details. This object is created by the Framework based on parameters in the url.

None.

Response Information

The rights.

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "_links": {
    "self": {
      "href": "sample string 32"
    }
  },
  "_embedded": {
    "sample string 80": [
      {
        "RightID": 1,
        "RightType": "sample string 83",
        "SystemResourceID": "sample string 83",
        "ServiceCode": "sample string 87",
        "ServiceEditionCode": 1,
        "ServiceOwner": "sample string 28",
        "ServiceOwnerCode": "sample string 97",
        "MessageID": "sample string 81",
        "Delegator": "sample string 53",
        "DelegatedTime": "2024-04-25T23:26:01.3682248+02:00",
        "Action": "sample string 38",
        "RightSourceType": "sample string 93",
        "IsDelegatable": true,
        "ValidToDate": "2024-04-25T23:26:01.3682248+02:00",
        "IsConsentDelegation": true
      },
      {
        "RightID": 1,
        "RightType": "sample string 83",
        "SystemResourceID": "sample string 83",
        "ServiceCode": "sample string 87",
        "ServiceEditionCode": 1,
        "ServiceOwner": "sample string 28",
        "ServiceOwnerCode": "sample string 97",
        "MessageID": "sample string 81",
        "Delegator": "sample string 53",
        "DelegatedTime": "2024-04-25T23:26:01.3682248+02:00",
        "Action": "sample string 38",
        "RightSourceType": "sample string 93",
        "IsDelegatable": true,
        "ValidToDate": "2024-04-25T23:26:01.3682248+02:00",
        "IsConsentDelegation": true
      },
      {
        "RightID": 1,
        "RightType": "sample string 83",
        "SystemResourceID": "sample string 83",
        "ServiceCode": "sample string 87",
        "ServiceEditionCode": 1,
        "ServiceOwner": "sample string 28",
        "ServiceOwnerCode": "sample string 97",
        "MessageID": "sample string 81",
        "Delegator": "sample string 53",
        "DelegatedTime": "2024-04-25T23:26:01.3682248+02:00",
        "Action": "sample string 38",
        "RightSourceType": "sample string 93",
        "IsDelegatable": true,
        "ValidToDate": "2024-04-25T23:26:01.3682248+02:00",
        "IsConsentDelegation": true
      }
    ]
  }
}