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

Gets a list of all organizations the currently logged in user can represent.

Request Information

Parameters

NameDescriptionAdditional information
queryOptions The given OData query options.

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 organizations.

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "_links": {
    "self": {
      "href": "sample string 80"
    }
  },
  "_embedded": {
    "sample string 30": [
      {
        "ReporteeId": "sample string 23",
        "PartyUUID": "aacd2b4a-628c-4002-a95e-d74c1c204730",
        "Name": "sample string 76",
        "Type": "sample string 8",
        "SocialSecurityNumber": "sample string 77",
        "OrganizationNumber": "sample string 35",
        "ParentOrganizationNumber": "sample string 93",
        "OrganizationForm": "sample string 25",
        "Status": "sample string 47"
      },
      {
        "ReporteeId": "sample string 23",
        "PartyUUID": "aacd2b4a-628c-4002-a95e-d74c1c204730",
        "Name": "sample string 76",
        "Type": "sample string 8",
        "SocialSecurityNumber": "sample string 77",
        "OrganizationNumber": "sample string 35",
        "ParentOrganizationNumber": "sample string 93",
        "OrganizationForm": "sample string 25",
        "Status": "sample string 47"
      },
      {
        "ReporteeId": "sample string 23",
        "PartyUUID": "aacd2b4a-628c-4002-a95e-d74c1c204730",
        "Name": "sample string 76",
        "Type": "sample string 8",
        "SocialSecurityNumber": "sample string 77",
        "OrganizationNumber": "sample string 35",
        "ParentOrganizationNumber": "sample string 93",
        "OrganizationForm": "sample string 25",
        "Status": "sample string 47"
      }
    ]
  }
}