I am trying to provide functionality for searching across clover devices for employees, services, and customers. I wanted to use your REST API, but it looks like filters are pretty strict and do not support things like the "LIKE" statement.
I figured the best thing to do would be to have a webhook that listens to updates/creates/deletes, and have a database that syncs with clover. Is this a good design pattern?
Because of this, I would need a webhook for employees, but that does not seem to be available now?