GET {who}/authorization/apprights
[Removed] Gets the AltinnPlatform App-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 appRights.
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{ "_links": { "self": { "href": "sample string 17" } }, "_embedded": { "sample string 74": [ { "AltinnAppId": "sample string 50", "RuleGuid": "sample string 25", "ResourceId": "sample string 93", "ResourceValue": "sample string 2", "Action": "sample string 18", "RightSourceType": "sample string 93", "IsDelegatable": true, "_links": { "self": { "href": "sample string 75" } } }, { "AltinnAppId": "sample string 50", "RuleGuid": "sample string 25", "ResourceId": "sample string 93", "ResourceValue": "sample string 2", "Action": "sample string 18", "RightSourceType": "sample string 93", "IsDelegatable": true, "_links": { "self": { "href": "sample string 75" } } }, { "AltinnAppId": "sample string 50", "RuleGuid": "sample string 25", "ResourceId": "sample string 93", "ResourceValue": "sample string 2", "Action": "sample string 18", "RightSourceType": "sample string 93", "IsDelegatable": true, "_links": { "self": { "href": "sample string 75" } } } ] } }