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 30"
}
},
"_embedded": {
"sample string 93": [
{
"ReporteeId": "sample string 41",
"PartyUUID": "d4692be1-729a-4557-b06f-120b4937baee",
"Name": "sample string 38",
"Type": "sample string 89",
"SocialSecurityNumber": "sample string 18",
"OrganizationNumber": "sample string 72",
"ParentOrganizationNumber": "sample string 99",
"OrganizationForm": "sample string 51",
"Status": "sample string 75",
"_links": {
"self": {
"href": "sample string 28"
}
}
},
{
"ReporteeId": "sample string 41",
"PartyUUID": "d4692be1-729a-4557-b06f-120b4937baee",
"Name": "sample string 38",
"Type": "sample string 89",
"SocialSecurityNumber": "sample string 18",
"OrganizationNumber": "sample string 72",
"ParentOrganizationNumber": "sample string 99",
"OrganizationForm": "sample string 51",
"Status": "sample string 75",
"_links": {
"self": {
"href": "sample string 28"
}
}
},
{
"ReporteeId": "sample string 41",
"PartyUUID": "d4692be1-729a-4557-b06f-120b4937baee",
"Name": "sample string 38",
"Type": "sample string 89",
"SocialSecurityNumber": "sample string 18",
"OrganizationNumber": "sample string 72",
"ParentOrganizationNumber": "sample string 99",
"OrganizationForm": "sample string 51",
"Status": "sample string 75",
"_links": {
"self": {
"href": "sample string 28"
}
}
}
]
}
}
