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 49"
    }
  },
  "_embedded": {
    "sample string 69": [
      {
        "ReporteeId": "sample string 73",
        "PartyUUID": "0bb7c2de-30cf-4bb3-abd8-ffc47a987bff",
        "Name": "sample string 67",
        "Type": "sample string 55",
        "SocialSecurityNumber": "sample string 38",
        "OrganizationNumber": "sample string 63",
        "ParentOrganizationNumber": "sample string 95",
        "OrganizationForm": "sample string 97",
        "Status": "sample string 4"
      },
      {
        "ReporteeId": "sample string 73",
        "PartyUUID": "0bb7c2de-30cf-4bb3-abd8-ffc47a987bff",
        "Name": "sample string 67",
        "Type": "sample string 55",
        "SocialSecurityNumber": "sample string 38",
        "OrganizationNumber": "sample string 63",
        "ParentOrganizationNumber": "sample string 95",
        "OrganizationForm": "sample string 97",
        "Status": "sample string 4"
      },
      {
        "ReporteeId": "sample string 73",
        "PartyUUID": "0bb7c2de-30cf-4bb3-abd8-ffc47a987bff",
        "Name": "sample string 67",
        "Type": "sample string 55",
        "SocialSecurityNumber": "sample string 38",
        "OrganizationNumber": "sample string 63",
        "ParentOrganizationNumber": "sample string 95",
        "OrganizationForm": "sample string 97",
        "Status": "sample string 4"
      }
    ]
  }
}