Returns a list of organizations based on advanced filters.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
Query parameters
-
Page Number
Default value is
1. -
Field to sort by
-
Sorting direction
Values are
ASCorDESC. Default value isASC. -
Size per page
Default value is
60. -
Organization ID filter.
Multi-value supported. Example: value1;value2 -
Organization name filter
-
Country filter (display name)
-
ISO 4217 currency code filter
-
Whether the organization is archived
-
End date filterSupports comparison operators:
- Range (
..) - Greater than (
>) - Greater than or equal (
>=) - Less than (
<) - Less than or equal (
<=) - Not equal (
<>)
Examples:
- 01/01/2026..31/12/2026
- >=01/01/2026
- <=01/01/2026
- <>01/01/2026
Use <>01/01/2026 to return only records where the selected date is not equal to the filter date.
- Range (
-
Managing (fiduciary) organization ID filter.
Multi-value supported. Example: value1;value2 -
Main language filter
-
Other language filter.
Multiple values separated by '&' use AND logic. -
Parent organization ID filter.
Multi-value supported. Example: value1;value2 -
NOGA economic activity code ID filter.
Multi-value supported. Example: value1;value2 -
Start date filterSupports comparison operators:
- Range (
..) - Greater than (
>) - Greater than or equal (
>=) - Less than (
<) - Less than or equal (
<=) - Not equal (
<>)
Examples:
- 01/01/2026..31/12/2026
- >=01/01/2026
- <=01/01/2026
- <>01/01/2026
Use <>01/01/2026 to return only records where the selected date is not equal to the filter date.
- Range (
-
Street address filter
-
House number filter
-
P.O. box / street line 2 filter
-
Postal code filter
-
City filter
-
Country ID filter.
Multi-value supported. Example: value1;value2 -
Region ID filter.
Multi-value supported. Example: value1;value2 -
Bank ID filter.
Multi-value supported. Example: value1;value2 -
Bank account number filter
-
Bank SWIFT/BIC code filter
-
Bank name filter
-
Bank address remarks filter
-
Default payment terms in days filter
-
Whether purchase invoice scans are treated by the managing organization
-
Default validation behavior for purchase invoices filter
Values are
NONE,SINGLE, orDOUBLE. -
VAT number filter
-
Requested payment terms in days filter
-
Whether timesheets are enabled at organization level
-
Default validation behavior for sales invoices filter
Values are
NONE,SINGLE, orDOUBLE. -
Default validation behavior for orders filter
Values are
NONE,SINGLE, orDOUBLE.
curl \
--request GET 'https://wyzio.app/api-v1/organization/advanced'
[
{
"id": 42,
"name": "string",
"country": "string",
"currency": "string",
"parentCompanyName": "string",
"warnings": "string",
"externalId": "string",
"archived": true,
"endDate": "2026-05-04T09:42:00Z",
"managingOrganizationId": 42,
"managingOrganizationName": "string",
"isConsolidated": true,
"canViewDetails": true
}
]