GET reportees?app={app}
Gets all reportees where the user have access to the given Altinn App, identified by
Request Information
Parameters
| Name | Description | Additional 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 0"
}
},
"_embedded": {
"sample string 24": [
{
"ReporteeId": "sample string 62",
"PartyUUID": "cee06c11-9e67-484e-85aa-60e11279c6b5",
"Name": "sample string 90",
"Type": "sample string 61",
"SocialSecurityNumber": "sample string 90",
"OrganizationNumber": "sample string 36",
"ParentOrganizationNumber": "sample string 30",
"OrganizationForm": "sample string 35",
"Status": "sample string 67",
"_links": {
"self": {
"href": "sample string 92"
}
}
},
{
"ReporteeId": "sample string 62",
"PartyUUID": "cee06c11-9e67-484e-85aa-60e11279c6b5",
"Name": "sample string 90",
"Type": "sample string 61",
"SocialSecurityNumber": "sample string 90",
"OrganizationNumber": "sample string 36",
"ParentOrganizationNumber": "sample string 30",
"OrganizationForm": "sample string 35",
"Status": "sample string 67",
"_links": {
"self": {
"href": "sample string 92"
}
}
},
{
"ReporteeId": "sample string 62",
"PartyUUID": "cee06c11-9e67-484e-85aa-60e11279c6b5",
"Name": "sample string 90",
"Type": "sample string 61",
"SocialSecurityNumber": "sample string 90",
"OrganizationNumber": "sample string 36",
"ParentOrganizationNumber": "sample string 30",
"OrganizationForm": "sample string 35",
"Status": "sample string 67",
"_links": {
"self": {
"href": "sample string 92"
}
}
}
]
}
}
