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 40"
    }
  },
  "_embedded": {
    "sample string 33": [
      {
        "RuleGuid": "sample string 27",
        "AltinnAppId": "sample string 1",
        "ResourceId": "sample string 11",
        "ResourceValue": "sample string 56",
        "Action": "sample string 48",
        "RightSourceType": "sample string 94",
        "IsDelegatable": true
      },
      {
        "RuleGuid": "sample string 27",
        "AltinnAppId": "sample string 1",
        "ResourceId": "sample string 11",
        "ResourceValue": "sample string 56",
        "Action": "sample string 48",
        "RightSourceType": "sample string 94",
        "IsDelegatable": true
      },
      {
        "RuleGuid": "sample string 27",
        "AltinnAppId": "sample string 1",
        "ResourceId": "sample string 11",
        "ResourceValue": "sample string 56",
        "Action": "sample string 48",
        "RightSourceType": "sample string 94",
        "IsDelegatable": true
      }
    ]
  }
}