GET {who}/authorization/rights
Gets the rights.
Request Information
Parameters
| Name | Description | Additional 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 42"
}
},
"_embedded": {
"sample string 57": [
{
"RightID": 1,
"RightType": "sample string 5",
"SystemResourceID": "sample string 1",
"ServiceCode": "sample string 33",
"ServiceEditionCode": 1,
"ServiceOwner": "sample string 14",
"ServiceOwnerCode": "sample string 19",
"MessageID": "sample string 74",
"Delegator": "sample string 6",
"DelegatedTime": "2026-02-06T09:19:51.4973861+01:00",
"Action": "sample string 18",
"RightSourceType": "sample string 47",
"IsDelegatable": true,
"ValidToDate": "2026-02-06T09:19:51.4973861+01:00",
"IsConsentDelegation": true
},
{
"RightID": 1,
"RightType": "sample string 5",
"SystemResourceID": "sample string 1",
"ServiceCode": "sample string 33",
"ServiceEditionCode": 1,
"ServiceOwner": "sample string 14",
"ServiceOwnerCode": "sample string 19",
"MessageID": "sample string 74",
"Delegator": "sample string 6",
"DelegatedTime": "2026-02-06T09:19:51.4973861+01:00",
"Action": "sample string 18",
"RightSourceType": "sample string 47",
"IsDelegatable": true,
"ValidToDate": "2026-02-06T09:19:51.4973861+01:00",
"IsConsentDelegation": true
},
{
"RightID": 1,
"RightType": "sample string 5",
"SystemResourceID": "sample string 1",
"ServiceCode": "sample string 33",
"ServiceEditionCode": 1,
"ServiceOwner": "sample string 14",
"ServiceOwnerCode": "sample string 19",
"MessageID": "sample string 74",
"Delegator": "sample string 6",
"DelegatedTime": "2026-02-06T09:19:51.4973861+01:00",
"Action": "sample string 18",
"RightSourceType": "sample string 47",
"IsDelegatable": true,
"ValidToDate": "2026-02-06T09:19:51.4973861+01:00",
"IsConsentDelegation": true
}
]
}
}
