v
latestOpenAPI 3.0.0Proprietary2026-08-09130577659.7 KBRequest absences.
This method allows you to fetch a structured list of data that includes various absence records, such as absence dates, types, employee details, and other identifiers.
Absences within geoCapture are utilized across several aspects of the application, such as resource management. An absence may be for a full day, half day or a specific duration. An absence always has a specific reason, such as vacation, illness, or school. Absence categories can be added or modified in geoCapture. Please be aware that absences have the potential to impact the time account of employees.
Query parameters
Filters the absences based on the employee personal number.
Filters the absences based on the given date.
Filters the absences based on the given date.
Filters the absences based in the absence types
Filters the absences based on the given departments
Filters the absences based on the given date.
Filters the absences based on the given date.
Use this parameter to specify the number of records you want to skip before starting to collect the data from the result set.
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": [
{
"date": "2015-02-20",
"updatedAt": "2015-02-20"
}
]
}