GET organizations?showConsentReportees={showConsentReportees}&includeInactiveReportees={includeInactiveReportees}
Gets a list of all organizations the currently logged in user can represent.
Request Information
Parameters
| Name | Description | Additional 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 18"
}
},
"_embedded": {
"sample string 66": [
{
"ReporteeId": "sample string 61",
"PartyUUID": "07b1b529-2b45-4618-ae16-4080f42d99c6",
"Name": "sample string 20",
"Type": "sample string 78",
"SocialSecurityNumber": "sample string 73",
"OrganizationNumber": "sample string 24",
"ParentOrganizationNumber": "sample string 17",
"OrganizationForm": "sample string 40",
"Status": "sample string 84",
"_links": {
"self": {
"href": "sample string 81"
}
}
},
{
"ReporteeId": "sample string 61",
"PartyUUID": "07b1b529-2b45-4618-ae16-4080f42d99c6",
"Name": "sample string 20",
"Type": "sample string 78",
"SocialSecurityNumber": "sample string 73",
"OrganizationNumber": "sample string 24",
"ParentOrganizationNumber": "sample string 17",
"OrganizationForm": "sample string 40",
"Status": "sample string 84",
"_links": {
"self": {
"href": "sample string 81"
}
}
},
{
"ReporteeId": "sample string 61",
"PartyUUID": "07b1b529-2b45-4618-ae16-4080f42d99c6",
"Name": "sample string 20",
"Type": "sample string 78",
"SocialSecurityNumber": "sample string 73",
"OrganizationNumber": "sample string 24",
"ParentOrganizationNumber": "sample string 17",
"OrganizationForm": "sample string 40",
"Status": "sample string 84",
"_links": {
"self": {
"href": "sample string 81"
}
}
}
]
}
}
