GET reportees?showConsentReportees={showConsentReportees}&includeInactiveReportees={includeInactiveReportees}
Gets a list of entities that the current user can represent.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
queryOptions | OData Query details. This object is created by the Framework based on parameters in the url. |
None. |
showConsentReportees | Obsolete: This parameter is no longer in use. |
Define this parameter in the request URI. |
includeInactiveReportees | Whether inactive reportee should be included in the list. |
Define this parameter in the request URI. |
Response Information
List of legal entities that the user can represent.
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{ "_links": { "self": { "href": "sample string 6" } }, "_embedded": { "sample string 71": [ { "ReporteeId": "sample string 48", "PartyUUID": "05340e32-44da-4c1a-bef9-9035bc753111", "Name": "sample string 57", "Type": "sample string 18", "SocialSecurityNumber": "sample string 10", "OrganizationNumber": "sample string 98", "ParentOrganizationNumber": "sample string 6", "OrganizationForm": "sample string 93", "Status": "sample string 54", "_links": { "self": { "href": "sample string 80" } } }, { "ReporteeId": "sample string 48", "PartyUUID": "05340e32-44da-4c1a-bef9-9035bc753111", "Name": "sample string 57", "Type": "sample string 18", "SocialSecurityNumber": "sample string 10", "OrganizationNumber": "sample string 98", "ParentOrganizationNumber": "sample string 6", "OrganizationForm": "sample string 93", "Status": "sample string 54", "_links": { "self": { "href": "sample string 80" } } }, { "ReporteeId": "sample string 48", "PartyUUID": "05340e32-44da-4c1a-bef9-9035bc753111", "Name": "sample string 57", "Type": "sample string 18", "SocialSecurityNumber": "sample string 10", "OrganizationNumber": "sample string 98", "ParentOrganizationNumber": "sample string 6", "OrganizationForm": "sample string 93", "Status": "sample string 54", "_links": { "self": { "href": "sample string 80" } } } ] } }