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 53"
    }
  },
  "_embedded": {
    "sample string 25": [
      {
        "ReporteeId": "sample string 12",
        "PartyUUID": "6c46dbd6-3721-4da8-b60f-fdcbbc060a57",
        "Name": "sample string 83",
        "Type": "sample string 68",
        "SocialSecurityNumber": "sample string 6",
        "OrganizationNumber": "sample string 3",
        "ParentOrganizationNumber": "sample string 18",
        "OrganizationForm": "sample string 29",
        "Status": "sample string 54",
        "_links": {
          "self": {
            "href": "sample string 44"
          }
        }
      },
      {
        "ReporteeId": "sample string 12",
        "PartyUUID": "6c46dbd6-3721-4da8-b60f-fdcbbc060a57",
        "Name": "sample string 83",
        "Type": "sample string 68",
        "SocialSecurityNumber": "sample string 6",
        "OrganizationNumber": "sample string 3",
        "ParentOrganizationNumber": "sample string 18",
        "OrganizationForm": "sample string 29",
        "Status": "sample string 54",
        "_links": {
          "self": {
            "href": "sample string 44"
          }
        }
      },
      {
        "ReporteeId": "sample string 12",
        "PartyUUID": "6c46dbd6-3721-4da8-b60f-fdcbbc060a57",
        "Name": "sample string 83",
        "Type": "sample string 68",
        "SocialSecurityNumber": "sample string 6",
        "OrganizationNumber": "sample string 3",
        "ParentOrganizationNumber": "sample string 18",
        "OrganizationForm": "sample string 29",
        "Status": "sample string 54",
        "_links": {
          "self": {
            "href": "sample string 44"
          }
        }
      }
    ]
  }
}