getTimeClockEnhancedByPage
Retrieve employee time clock details by page number.
Query parameters
The employee number from the employee record.
Labor date to retrieve in format dd-MMM-yy.
The Code that identifies the Location in Crunchtime.
Retrieve one or more records by pageNumber. Use to retrieve data in smaller chunks. If left blank, the default is 1.
The Code that identifies the Location in Crunchtime.
Status (ALL, REVIEWED, POSTED)
Number of items to display per page.
Specify 'true' to output null data elements.
Headers
Secure token for API authentication.
Password for the Crunchtime Application User.
Crunchtime site identifier. (test or production)
User ID for the Crunchtime Application User.
Optional trace identifier for troubleshooting.
Response
Success
Example response
{
"timeClockEnhancedDetails": [
{
"timeClockEnhancedDetailDetails": [
{
"breakType": "PAID",
"cashSales": 99999999.9999,
"cashTips": 99999999.9999,
"chargeSales": 99999999.9999,
"chargeTips": 99999999.99,
"clockIn": "HH:mm MM/dd/yyyy",
"clockOut": "HH:mm MM/dd/yyyy",
"employeeNumber": "AUTO52",
"posCode": "AUTO10"
}
],
"timeClockEnhancedHeaderDetails": {
"importDataDateTime": "HH:mm MM/dd/yyyy",
"laborDate": "MM/dd/yyyy",
"locationCode": "000000"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.