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 4"
    }
  },
  "_embedded": {
    "sample string 99": [
      {
        "ReporteeId": "sample string 33",
        "PartyUUID": "1d3d2dbe-7053-47bb-8f95-97d115ce2564",
        "Name": "sample string 83",
        "Type": "sample string 8",
        "SocialSecurityNumber": "sample string 23",
        "OrganizationNumber": "sample string 30",
        "ParentOrganizationNumber": "sample string 38",
        "OrganizationForm": "sample string 32",
        "Status": "sample string 92",
        "_links": {
          "self": {
            "href": "sample string 3"
          }
        }
      },
      {
        "ReporteeId": "sample string 33",
        "PartyUUID": "1d3d2dbe-7053-47bb-8f95-97d115ce2564",
        "Name": "sample string 83",
        "Type": "sample string 8",
        "SocialSecurityNumber": "sample string 23",
        "OrganizationNumber": "sample string 30",
        "ParentOrganizationNumber": "sample string 38",
        "OrganizationForm": "sample string 32",
        "Status": "sample string 92",
        "_links": {
          "self": {
            "href": "sample string 3"
          }
        }
      },
      {
        "ReporteeId": "sample string 33",
        "PartyUUID": "1d3d2dbe-7053-47bb-8f95-97d115ce2564",
        "Name": "sample string 83",
        "Type": "sample string 8",
        "SocialSecurityNumber": "sample string 23",
        "OrganizationNumber": "sample string 30",
        "ParentOrganizationNumber": "sample string 38",
        "OrganizationForm": "sample string 32",
        "Status": "sample string 92",
        "_links": {
          "self": {
            "href": "sample string 3"
          }
        }
      }
    ]
  }
}