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 67"
    }
  },
  "_embedded": {
    "sample string 77": [
      {
        "OrganizationForm": "sample string 73",
        "Type": "sample string 13",
        "ReporteeId": "sample string 64",
        "PartyUUID": "4a26195a-4cd2-464f-b870-c8ffd4ccb035",
        "Name": "sample string 45",
        "SocialSecurityNumber": "sample string 42",
        "OrganizationNumber": "sample string 3",
        "ParentOrganizationNumber": "sample string 26",
        "Status": "sample string 82"
      },
      {
        "OrganizationForm": "sample string 73",
        "Type": "sample string 13",
        "ReporteeId": "sample string 64",
        "PartyUUID": "4a26195a-4cd2-464f-b870-c8ffd4ccb035",
        "Name": "sample string 45",
        "SocialSecurityNumber": "sample string 42",
        "OrganizationNumber": "sample string 3",
        "ParentOrganizationNumber": "sample string 26",
        "Status": "sample string 82"
      },
      {
        "OrganizationForm": "sample string 73",
        "Type": "sample string 13",
        "ReporteeId": "sample string 64",
        "PartyUUID": "4a26195a-4cd2-464f-b870-c8ffd4ccb035",
        "Name": "sample string 45",
        "SocialSecurityNumber": "sample string 42",
        "OrganizationNumber": "sample string 3",
        "ParentOrganizationNumber": "sample string 26",
        "Status": "sample string 82"
      }
    ]
  }
}