question

chetan-purohit avatar image
chetan-purohit asked ferrettinico commented

How to apply multiple filter parameters?

I am working on a NodeJS project within that I am using clover APIs. I wanna get deleted categories of a merchant but that should be from specified timestamp. Can you please tell me how to apply filter for multiple fields?

I am trying to apply filter on 'modifiedTime' and 'deleted' fields.

1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

ferrettinico avatar image ferrettinico commented ·

I have the same question were you able to fix it?

0 Likes 0 ·

1 Answer

hammer avatar image
hammer answered

The filters must be specified individually.

For example https://apidev1.dev.clover.com:443/v3...

Not that the syntax is https://apidev1.dev.clover.com:443/v3...filter=modifiedTime%3C9876543211111&filter=deleted%3Dtrue

See Filtering collections

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community