Retrieve currently clocked-in employees.
An employee can be clocked in with API call clockIn and clocked out with clockOut.
Timeclock records can be retrieved with API call getClockIns.
Parameter name | Description | Possible value | Required |
---|---|---|---|
warehouseIDs | Multiple Warehouse IDs, separated by commas, such as: 1,2,3,4,5. | string |
Field name | Type | Description |
---|---|---|
employeeID | integer | |
employeeName | string | |
warehouseID | integer | |
warehouseName | string | |
clockInTime | string | Clock-in time as ISO date and time string ("yyyy-mm-dd hh:mm:ss"). This date and time is in the time zone of the location/store where employee clocked in. (Or in account's general time zone, if no time zone has been specified for the location.) |
clockInUnixTime | integer | Unix timestamp. Clock-in time |