GET reportees?app={app}

Gets all reportees where the user have access to the given Altinn App, identified by

Request Information

Parameters

NameDescriptionAdditional information
app The Altinn app identifier in the format {org}/{appname}

Define this parameter in the request URI.

queryOptions OData query options

None.

Response Information

All reportees where the user have access to the given Altinn App

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "_links": {
    "self": {
      "href": "sample string 23"
    }
  },
  "_embedded": {
    "sample string 88": [
      {
        "ReporteeId": "sample string 17",
        "PartyUUID": "5a60a105-077f-4789-816f-a05c5f44fbb1",
        "Name": "sample string 67",
        "Type": "sample string 47",
        "SocialSecurityNumber": "sample string 49",
        "OrganizationNumber": "sample string 72",
        "ParentOrganizationNumber": "sample string 65",
        "OrganizationForm": "sample string 87",
        "Status": "sample string 55",
        "_links": {
          "self": {
            "href": "sample string 48"
          }
        }
      },
      {
        "ReporteeId": "sample string 17",
        "PartyUUID": "5a60a105-077f-4789-816f-a05c5f44fbb1",
        "Name": "sample string 67",
        "Type": "sample string 47",
        "SocialSecurityNumber": "sample string 49",
        "OrganizationNumber": "sample string 72",
        "ParentOrganizationNumber": "sample string 65",
        "OrganizationForm": "sample string 87",
        "Status": "sample string 55",
        "_links": {
          "self": {
            "href": "sample string 48"
          }
        }
      },
      {
        "ReporteeId": "sample string 17",
        "PartyUUID": "5a60a105-077f-4789-816f-a05c5f44fbb1",
        "Name": "sample string 67",
        "Type": "sample string 47",
        "SocialSecurityNumber": "sample string 49",
        "OrganizationNumber": "sample string 72",
        "ParentOrganizationNumber": "sample string 65",
        "OrganizationForm": "sample string 87",
        "Status": "sample string 55",
        "_links": {
          "self": {
            "href": "sample string 48"
          }
        }
      }
    ]
  }
}