Absences
Create full-time absence for employee
post/v2/schedule/groups/{groupId}/absences
Path parameters
groupIdinteger required
Query parameters
overlapAbsencesboolean
ignoreOverridableValidationsboolean
Request body
Example request
{
"absenceTypeId": 1,
"employeeId": 100,
"begin": "2026-01-01T08:00:00",
"end": "2026-01-01T17:00:00",
"absenceScheduleId": 10,
"shiftsInThisPeriod": "UNASSIGN",
"managerComment": "Approved"
}Response
Response created absence details
Example response
{
"id": 1,
"groupId": 100,
"absenceTypeId": 1,
"employeeId": 100,
"begin": "2026-01-01T08:00:00",
"end": "2026-01-01T17:00:00",
"absenceScheduleId": 10,
"shiftsInThisPeriod": "UNASSIGN",
"managerComment": "Approved"
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
the endpoint scheme security
OAuth2ClientCredentialswas added to the APIapi-security-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○