Returns the total number of contacts based on the specified filters.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
Query parameters
-
Contact ID filter.
Multi-value supported. Example: value1;value2 -
Contact type filter
Values are
ORGANIZATIONorPERSON. -
Contact name filter.
Applicable only when contactType = ORGANIZATION -
Whether the contact is a customer
-
Whether the contact is a vendor/supplier
-
Whether the contact is a staff member.
Applicable only when contactType = PERSON -
Whether the contact has a user account.
Applicable only when contactType = PERSON -
Email address filter
-
External identifier filter
-
Whether the contact is archived
-
Whether the contact has warnings
-
Last name filter.
Applicable only when contactType = PERSON -
First name filter.
Applicable only when contactType = PERSON -
Middle name filter.
Applicable only when contactType = PERSON -
Nationality filter.
Applicable only when contactType = PERSON -
Gender filter.
Applicable only when contactType = PERSONValues are
MALE,FEMALE, orOTHER. -
Birth date filter.
Applicable only when contactType = PERSON -
Default language filter
Values are
EN,FR,DE,IT, orUNDEFINED. -
NOGA economic activity code filter.
Applicable only when contactType = ORGANIZATION -
Phone number filter
-
Fax number filter
-
Mobile number filter
-
Website URL filter
-
Address ID filter.
Multi-value supported. Example: value1;value2 -
Address label / name filter
-
Address street filter
-
Address house number filter
-
Address P.O. box / street line 2 filter
-
Address city filter
-
Address postal code filter
-
Address country filter
-
Address region filter
-
Address 'to the attention of' filter
-
Bank ID filter.
Multi-value supported. Example: value1;value2 -
Bank account label / name filter
-
Bank account number filter
-
Bank SWIFT/BIC code filter
-
Bank account remark filter
-
Client default department ID filter.
Multi-value supported. Example: value1;value2 -
Client default payment chart of accounts number filter
-
Client default P&L chart of accounts number filter
-
Client default balance sheet chart of accounts number filter
-
Client default payment currency code filter
-
Client VAT number filter
-
Client VAT type filter
-
Client requested payment terms in days filter
-
Client late notice margin in days filter
-
Client discount rate filter
-
Client credit limit filterSupports comparison operators:
- Range (
..) - Greater than (
>) - Greater than or equal (
>=) - Less than (
<) - Less than or equal (
<=) - Not equal (
<>)
Examples:
- <=100.00
- >=100.00
- <>100.00
- 100.00..200.00
Use
<>0to return only records where the selected amount is not equal to zero. - Range (
-
Supplier default department ID filter.
Multi-value supported. Example: value1;value2 -
Supplier default payment chart of accounts number filter
-
Supplier default P&L chart of accounts number filter
-
Supplier default balance sheet chart of accounts number filter
-
Supplier default payment currency code filter
-
Supplier VAT number filter
-
Supplier VAT type filter
Values are
NO_VAT,NATIVE, orIMPORT_OF_SERVICE. -
Supplier VAT type code filter
-
Supplier requested payment terms in days filter
-
Supplier payment fees split filter
Values are
CHARGED_TO_THE_BENEFICIARY,FIFTY_FIFTY_SPLIT, orCHARGED_TO_THE_ORDERER. -
Staff AVS/social security number filter.
Applicable only when contactType = PERSON -
Staff work permit expiry date filter.
Applicable only when contactType = PERSONSupports 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 (
-
Staff contract type filter.
Applicable only when contactType = PERSONValues are
OPEN_ENDED,OPEN_ENDED_YEAR,FIXED,APPRENTICESHIP, orINTERN. -
Staff marital status filter.
Applicable only when contactType = PERSONValues are
SINGLE,MARRIED,DIVORCED,SEPARATED,WIDOWED,PARTNERED,DISSOLVED_LAW,DISSOLVED_LOST, orDISSOLVED_DEATH. -
Staff training level filter.
Applicable only when contactType = PERSONValues are
PHD,MASTER_ETH,BACHELOR_ETH,MASTER_UAS,BACHELOR_UAS,HES,MASTER,BACHELOR,TC,MATU,CVT,IN_HOUSE, orCOMP_SCHOOL. -
Staff position filter.
Applicable only when contactType = PERSONValues are
SENIOR,MIDDLE,LOWER, orRESP. -
Contact status filter
Values are
ACTIVEorARCHIVED. -
Whether to filter for staff contacts only
curl \
--request GET 'https://wyzio.app/api-v1/contact/overall'
42