Returns the number of reconciliation lines pending reconciliation.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
Query parameters
-
Reconciliation line ID filter.
Multi-value supported. Example: value1;value2 -
Process 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 (
-
Movement direction filter
Values are
INorOUT. -
Contact name filter
-
Reference filter
-
Value 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 (
-
Paid currency code filter
-
Paid amount 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 (
-
Referred document type filter
Values are
PURCHASE_INVOICE,SALES_INVOICE,PAYSLIP, orMANUAL. -
Whether the line has been matched
-
Whether the associated contact is an internal contact
curl \
--request GET 'https://wyzio.app/api-v1/reconciliation-lines/to-be-reconciled'
42