question

dhanaraj avatar image
dhanaraj asked dhanaraj commented

Add multiple filters using order api

Need to add multiple filters for orders history.
OrdersREST API
10 |2000

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

1 Answer

chanel avatar image
chanel Deactivated answered dhanaraj commented
You can use multiple filters by using "&filter=" multiple times, i.e, "/orders?filter=total>=2000&filter= employee.id=[employee id]" would give you orders that are over $20 that were handled by that particular employee.

More information can be found here: https://docs.clover.com/build/web-api/#filtering-collections
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.

dhanaraj avatar image dhanaraj commented ·
Thanks, It's working.
0 Likes 0 ·

Welcome to the
Clover Developer Community