Use our read APIs for quick easy access to your customers data
invoice
data model and including the invoice_payments
field.
ASC
or DESC
.
Example: sort[rootfi_created_at] = DESC
rootfi_company_id
eq
, neq
, gt
, gte
, lt
, lte
, in
, nin
, is_null
, not_null
, contains
, not_contains
694
rootfi_company_id[eq] = 694
is a common filter you will always want to have to filter data for a given comapny ID
Example 2: rootfi_updated_at[gte] = 2024-01-01T00:00:00.000Z
is a common filter you would use if you want to get all the records that have been updated after performing a sync.