v1

latestOpenAPI 3.0.0Apache License Version 2.02026-07-24163274903.6 KB
Time Clock Enhanced Service

getTimeClockEnhancedByPage

Retrieve employee time clock details by page number.

get/timeclock/v1/getTimeClockEnhancedByPage

Query parameters

employeeNumberstring

The employee number from the employee record.

laborDatestring required

Labor date to retrieve in format dd-MMM-yy.

locationCodestring

The Code that identifies the Location in Crunchtime.

pageNumberinteger

Retrieve one or more records by pageNumber. Use to retrieve data in smaller chunks. If left blank, the default is 1.

posCodestring

The Code that identifies the Location in Crunchtime.

statusstring

Status (ALL, REVIEWED, POSTED)

pageSizeinteger

Number of items to display per page.

includeNullboolean

Specify 'true' to output null data elements.

Headers

authenticationtokenstring required

Secure token for API authentication.

passwordstring required

Password for the Crunchtime Application User.

sitenamestring required

Crunchtime site identifier. (test or production)

useridstring required

User ID for the Crunchtime Application User.

X-B3-TraceIdstring

Optional trace identifier for troubleshooting.

Response

Success

hasNextboolean
totalPagesinteger

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"
      }
    }
  ]
}