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 71"
    }
  },
  "_embedded": {
    "sample string 35": [
      {
        "RightID": 1,
        "RightType": "sample string 20",
        "SystemResourceID": "sample string 0",
        "ServiceCode": "sample string 46",
        "ServiceEditionCode": 1,
        "ServiceOwner": "sample string 64",
        "ServiceOwnerCode": "sample string 25",
        "MessageID": "sample string 95",
        "Delegator": "sample string 66",
        "DelegatedTime": "2024-04-19T10:15:18.384616+02:00",
        "Action": "sample string 9",
        "RightSourceType": "sample string 18",
        "IsDelegatable": true,
        "ValidToDate": "2024-04-19T10:15:18.384616+02:00",
        "IsConsentDelegation": true
      },
      {
        "RightID": 1,
        "RightType": "sample string 20",
        "SystemResourceID": "sample string 0",
        "ServiceCode": "sample string 46",
        "ServiceEditionCode": 1,
        "ServiceOwner": "sample string 64",
        "ServiceOwnerCode": "sample string 25",
        "MessageID": "sample string 95",
        "Delegator": "sample string 66",
        "DelegatedTime": "2024-04-19T10:15:18.384616+02:00",
        "Action": "sample string 9",
        "RightSourceType": "sample string 18",
        "IsDelegatable": true,
        "ValidToDate": "2024-04-19T10:15:18.384616+02:00",
        "IsConsentDelegation": true
      },
      {
        "RightID": 1,
        "RightType": "sample string 20",
        "SystemResourceID": "sample string 0",
        "ServiceCode": "sample string 46",
        "ServiceEditionCode": 1,
        "ServiceOwner": "sample string 64",
        "ServiceOwnerCode": "sample string 25",
        "MessageID": "sample string 95",
        "Delegator": "sample string 66",
        "DelegatedTime": "2024-04-19T10:15:18.384616+02:00",
        "Action": "sample string 9",
        "RightSourceType": "sample string 18",
        "IsDelegatable": true,
        "ValidToDate": "2024-04-19T10:15:18.384616+02:00",
        "IsConsentDelegation": true
      }
    ]
  }
}