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 90" } }, "_embedded": { "sample string 81": [ { "ReporteeId": "sample string 28", "PartyUUID": "c1cdce95-761c-476f-9053-603cebc9ee5b", "Name": "sample string 22", "Type": "sample string 4", "SocialSecurityNumber": "sample string 85", "OrganizationNumber": "sample string 20", "ParentOrganizationNumber": "sample string 80", "OrganizationForm": "sample string 44", "Status": "sample string 17", "_links": { "self": { "href": "sample string 9" } } }, { "ReporteeId": "sample string 28", "PartyUUID": "c1cdce95-761c-476f-9053-603cebc9ee5b", "Name": "sample string 22", "Type": "sample string 4", "SocialSecurityNumber": "sample string 85", "OrganizationNumber": "sample string 20", "ParentOrganizationNumber": "sample string 80", "OrganizationForm": "sample string 44", "Status": "sample string 17", "_links": { "self": { "href": "sample string 9" } } }, { "ReporteeId": "sample string 28", "PartyUUID": "c1cdce95-761c-476f-9053-603cebc9ee5b", "Name": "sample string 22", "Type": "sample string 4", "SocialSecurityNumber": "sample string 85", "OrganizationNumber": "sample string 20", "ParentOrganizationNumber": "sample string 80", "OrganizationForm": "sample string 44", "Status": "sample string 17", "_links": { "self": { "href": "sample string 9" } } } ] } }