GET {who}/authorization/apprights

[Removed] Gets the AltinnPlatform App-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 appRights.

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "_links": {
    "self": {
      "href": "sample string 15"
    }
  },
  "_embedded": {
    "sample string 32": [
      {
        "RuleGuid": "sample string 47",
        "AltinnAppId": "sample string 42",
        "ResourceId": "sample string 53",
        "ResourceValue": "sample string 8",
        "Action": "sample string 73",
        "RightSourceType": "sample string 15",
        "IsDelegatable": true
      },
      {
        "RuleGuid": "sample string 47",
        "AltinnAppId": "sample string 42",
        "ResourceId": "sample string 53",
        "ResourceValue": "sample string 8",
        "Action": "sample string 73",
        "RightSourceType": "sample string 15",
        "IsDelegatable": true
      },
      {
        "RuleGuid": "sample string 47",
        "AltinnAppId": "sample string 42",
        "ResourceId": "sample string 53",
        "ResourceValue": "sample string 8",
        "Action": "sample string 73",
        "RightSourceType": "sample string 15",
        "IsDelegatable": true
      }
    ]
  }
}