---
title: "Fetch employee stamp list."
method: GET
path: "/employee_stamp/fetch"
tags: ["Time Tracking|Employee Stamp"]
---

# Fetch employee stamp list.

`GET /employee_stamp/fetch`

This function retrieves employee stamps, including the `projectId`, the `salaryType` and the position of the
stamp. Stamps in geoCapture are utilized for time tracking. The stamp can be set to either `S` for stay or `E`
for end. Stay stamps can be created at the start of a shift, after a break, if automatic breaks are not enabled
in geoCapture, or when beginning work on a new project for project-related time tracking. Leave stamps can be
generated at the beginning of a pause or at the conclusion of a shift. For employee work time requests, it is
recommended to utilize the `employee_time_tracking/fetch` endpoint.

## Query parameters

- `employees[byIds][]` integer[]
- `employees[byReferences][]` string[]
- `employees[byCardNumbers][]` string[]
- `employees[byIbuttonNumbers][]` integer[]
- `employees[byImportKeys][]` string[]
- `employees[importSource]` string
- `stampId` string
- `from` string
- `to` string
- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardEmployeeStampFetchResponse
  - `data` object[] — The emplyoee stamps.
    - `employeeId` integer — The internal employee ID.
    - `employeeReference` string — Personnel number of the employee.
    - `time` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
    - `state` string — The state of the stamp. "S" = STAY or "E" = END.
    - `note` string — Note of the stamp.
    - `trackerId` integer — Tracker ID of the stamp.
    - `projectId` integer — The internal Project ID.
    - `projectRef` string — Project reference of the stamp.
    - `salaryType` string — Salary type of the stamp.
    - `costCenter` string — Cost center of the stamp.
    - `sourceType` string — Source of the stamp. | Values | Description | | ----- | ------------ | | ALERT | Event clocking | | API | API clocking | | BREAK_RULE | Automatic pause clocking | | CUSTOM_FORM | Form clocking | | EMPLOYEE_APPLICATION | Application clocking | | GARMIN | Garmin clocking | | MANUAL | Manual clocking | | MOBILE_APP | Cell Phone Clocking | | TACHOGRAPH | Speedometer card clocking | | TERMINAL | Terminal clocking | | TRACKER | Vehicle clocking |
    - `latLng` number[] — Represents a geo coordinate. An array of two double values, representing the latitude and longitude.
    - `importSource` string — External data source from which this stamp originates.
    - `importKey` string — External ID from the respective data source.
  - `offset` integer — Number of skipped records.
  - `totalCount` integer — Total number of available employee stamps. (Calculated only if the offset is 0)

---

[API](https://skmtc.net/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.net/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/versions/15839b24c497/schema)
