Hi,
Not getting employee clock in time and clock out time. I was calling this http://apisandbox.dev.clover.com/v3/merchants/XXX/shifts and getting the response
- {"elements":[{"href":
- "https://sandbox.dev.clover.com/v3/merchants/XXX/shifts/YYYY"
- "id":
- "NYWS6W4JR1BAW"
- "employee":{"href":
- "https://sandbox.dev.clover.com/v3/merchants/XXX/employees/YYYY"
- "id":
- "ZZZZ"
- "orders":{"href":
- "https://sandbox.dev.clover.com/v3/merchants/XXX/employees/YYYY/orders"
- }}}]"href":
- "http://sandbox.dev.clover.com/v3/merchants/XXX/shifts"
- }
But according to https://docs.clover.com/reference#merchantgetallshifts-1 I need to get the clock in time and out time.
Thanks