question

mtt avatar image
mtt asked mtt commented

REST API employee filter by email

In sandbox...

Works:

http://apisandbox.dev.clover.com/v3/merchants/PBHPQQ7J70VNM/employees?filter=email!%3Dasdfadf%40asdfsadf.com&limit=100

Does not work:

http://apisandbox.dev.clover.com/v3/merchants/PBHPQQ7J70VNM/employees?filter=email%3D%3Dasdfadf%40asdfsadf.com&limit=100

I can't seem to figure out how to use the "==" operator. Any suggestions?

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

Mark Mullan avatar image
Mark Mullan Deactivated answered mtt commented

Thanks for bringing this up. This is a known issue on our end and we're working to have the https://sandbox.dev.clover.com/api_docs page updated to only use the "=" operator. That entire page is dynamically generated from our db level, which is why it currently has the defunct "==" option.

Continue on using a REST API client to test filters!

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.

mtt avatar image mtt commented ·

Thanks Mark

0 Likes 0 ·

Welcome to the
Clover Developer Community