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 20"
    }
  },
  "_embedded": {
    "sample string 66": [
      {
        "Type": "sample string 15",
        "ReporteeId": "sample string 98",
        "PartyUUID": "06676fa6-b7a2-4cc5-8d0a-88abfc4d8a02",
        "Name": "sample string 9",
        "SocialSecurityNumber": "sample string 28",
        "OrganizationNumber": "sample string 21",
        "ParentOrganizationNumber": "sample string 86",
        "OrganizationForm": "sample string 58",
        "Status": "sample string 36",
        "_links": {
          "self": {
            "href": "sample string 65"
          }
        }
      },
      {
        "Type": "sample string 15",
        "ReporteeId": "sample string 98",
        "PartyUUID": "06676fa6-b7a2-4cc5-8d0a-88abfc4d8a02",
        "Name": "sample string 9",
        "SocialSecurityNumber": "sample string 28",
        "OrganizationNumber": "sample string 21",
        "ParentOrganizationNumber": "sample string 86",
        "OrganizationForm": "sample string 58",
        "Status": "sample string 36",
        "_links": {
          "self": {
            "href": "sample string 65"
          }
        }
      },
      {
        "Type": "sample string 15",
        "ReporteeId": "sample string 98",
        "PartyUUID": "06676fa6-b7a2-4cc5-8d0a-88abfc4d8a02",
        "Name": "sample string 9",
        "SocialSecurityNumber": "sample string 28",
        "OrganizationNumber": "sample string 21",
        "ParentOrganizationNumber": "sample string 86",
        "OrganizationForm": "sample string 58",
        "Status": "sample string 36",
        "_links": {
          "self": {
            "href": "sample string 65"
          }
        }
      }
    ]
  }
}