I would like to get all updated customers from my clover account. There is a REST API to get all customers but I didn't find any way to get only updated customers. Other entities such as Order, Inventory Items, etc are having a filter propert as modifiedDate by which we can fetch only those records which are updated after given data. Anyone have any idea how can we apply similar filter to customer entity? I couldn't find modifiedDate in customer entity.
Below is the reference : https://api.clover.com/v3/merchants/V...
Below is the link to API doc: https://www.clover.com/api_docs#!/cus...