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 93"
}
},
"_embedded": {
"sample string 42": [
{
"RuleGuid": "sample string 96",
"AltinnAppId": "sample string 18",
"ResourceId": "sample string 30",
"ResourceValue": "sample string 19",
"Action": "sample string 4",
"RightSourceType": "sample string 27",
"IsDelegatable": true,
"_links": {
"self": {
"href": "sample string 71"
}
}
},
{
"RuleGuid": "sample string 96",
"AltinnAppId": "sample string 18",
"ResourceId": "sample string 30",
"ResourceValue": "sample string 19",
"Action": "sample string 4",
"RightSourceType": "sample string 27",
"IsDelegatable": true,
"_links": {
"self": {
"href": "sample string 71"
}
}
},
{
"RuleGuid": "sample string 96",
"AltinnAppId": "sample string 18",
"ResourceId": "sample string 30",
"ResourceValue": "sample string 19",
"Action": "sample string 4",
"RightSourceType": "sample string 27",
"IsDelegatable": true,
"_links": {
"self": {
"href": "sample string 71"
}
}
}
]
}
}
