---
title: "getTimeClockEnhancedByPage"
method: GET
path: "/timeclock/v1/getTimeClockEnhancedByPage"
tags: ["Time Clock Enhanced Service"]
---

# getTimeClockEnhancedByPage

`GET /timeclock/v1/getTimeClockEnhancedByPage`

Retrieve employee time clock details by page number.

## Query parameters

- `employeeNumber` string
- `laborDate` string, required
- `locationCode` string
- `pageNumber` integer
- `posCode` string
- `status` string
- `pageSize` integer
- `includeNull` boolean

## Headers

- `authenticationtoken` string, required
- `password` string, required
- `sitename` string, required
- `userid` string, required
- `X-B3-TraceId` string

## Response `200`

Success

- TimeClockEnhancedBatchResponseDto — TimeClockEnhancedBatchResponseDto description
  - `hasNext` boolean
  - `timeClockEnhancedDetails` TimeClockEnhancedDetails[]
    - `timeClockEnhancedDetailDetails` TimeClockEnhancedDetailDto[]
      - `breakType` 'NULL' | 'PAID' | 'UNPAID' — Indicates whether the employee clocked in/out for either a 'Paid' or 'Unpaid' break during their shift.
      - `cashSales` number — Cash Sales for the shift.
      - `cashTips` number — Shared declared Cash Tips for the shift.
      - `chargeSales` number — Charge Sales for the shift.
      - `chargeTips` number — Declared Charge Tips for the shift.
      - `clockIn` string, required — Adjusted Clock In Date/Time for the shift.
      - `clockOut` string, required — Adjusted Clock Out Date/Time for the shift.
      - `editedBy` string — The User ID for the user that reviewed/edited the shift records.
      - `employeeNumber` string, required — POS ID of the employee who worked the shift.
      - `posCode` string, required — POS Code that identifies the position.
    - `timeClockEnhancedHeaderDetails` TimeClockEnhancedHeaderDto — TimeClockEnhancedHeaderDto description
      - `importDataDateTime` string, required — Import Date/Time for the labor records.
      - `laborDate` string, required — The date for the labor records in the file.
      - `locationCode` string, required — The location code for the labor records in the file.
  - `totalPages` integer

## Other responses

- `400` — Validation Error
- `401` — Authorization
- `404` — timeclock enhanced not found
- `429` — Too Many Requests
- `500` — Unexpected Error
- `503` — System under maintenance
- `504` — Timeout

---

[API](https://skmtc.net/crunchtime/apis/inventory-labor.md) · [All operations](https://skmtc.net/crunchtime/apis/inventory-labor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchtime/inventory-labor/revisions/0af8e380ff2c/schema)
