GET reportees?showConsentReportees={showConsentReportees}&includeInactiveReportees={includeInactiveReportees}

Gets a list of entities that the current user can represent.

Request Information

Parameters

NameDescriptionAdditional 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 86": [
      {
        "ReporteeId": "sample string 79",
        "PartyUUID": "ea52a2a9-3ba8-4c41-9011-e73bcda2e75b",
        "Name": "sample string 28",
        "Type": "sample string 61",
        "SocialSecurityNumber": "sample string 79",
        "OrganizationNumber": "sample string 23",
        "ParentOrganizationNumber": "sample string 41",
        "OrganizationForm": "sample string 35",
        "Status": "sample string 7"
      },
      {
        "ReporteeId": "sample string 79",
        "PartyUUID": "ea52a2a9-3ba8-4c41-9011-e73bcda2e75b",
        "Name": "sample string 28",
        "Type": "sample string 61",
        "SocialSecurityNumber": "sample string 79",
        "OrganizationNumber": "sample string 23",
        "ParentOrganizationNumber": "sample string 41",
        "OrganizationForm": "sample string 35",
        "Status": "sample string 7"
      },
      {
        "ReporteeId": "sample string 79",
        "PartyUUID": "ea52a2a9-3ba8-4c41-9011-e73bcda2e75b",
        "Name": "sample string 28",
        "Type": "sample string 61",
        "SocialSecurityNumber": "sample string 79",
        "OrganizationNumber": "sample string 23",
        "ParentOrganizationNumber": "sample string 41",
        "OrganizationForm": "sample string 35",
        "Status": "sample string 7"
      }
    ]
  }
}