v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBFetch employee stamp list.
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
Filters the employee based on the IDs.
Filters the employees based on the personal numbers.
Filters the employees based on the driver card numbers.
Filters the employees based on the iButton numbers.
Filters the employees based on the employee import IDs.
Name of the external data source. (Default is "*API")
This parameter is only required if the external employee ID is filtered.
Internal Id of the stamp. (Ignores other Filters and returns the specific Stamp)
Start date
End date
Number of records to skip.
The limit parameter defines the maximum number of records that can be retrieved in a single API request, with a max and default value set at 500 records.
Response
Success Response:
Example response
{
"data": [
{
"time": "2015-02-20T12:59:21+01:00",
"latLng": [
52.38127828631681,
7.594243214018696
]
}
]
}