question

marcusvx avatar image
marcusvx asked sam Deactivated edited

Clock in and Clock out info availability

I'm planning to develop an integration with an application I'm developing using the REST API. I need the information of how many hours an employee worked in a particular day. I know I can get the inTime and outTme from the GetShift method. Now I need to know the following:
- Is the clock in and clock out time information real time? I mean, as soon as the employee register this information is it available from the API?
- Is the inTime value available before the outTime get registered?
- If it's not real time, is it available in the next day?
- Is there any information about the breaks the employee took (meal or rest breaks)?

Thanks in advance.
REST APIEmployees
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

sam avatar image
sam Deactivated answered sam Deactivated edited

Yes, the device will sync with the server, within the 5 second push cycle, as long as there's no network issues.

- Is the inTime value available before the outTime get registered?
Yes, inTime and outTime are recorded separately.

- Is there any information about the breaks the employee took (meal or rest breaks)?
No, the employee will need to clock out if their meals or breaks are off the clock.
10 |2000

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

Welcome to the
Clover Developer Community