v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
absences

Creates an absence.

The startOn and endOn get rounded to 00:00:00, 12:00:00, or 23:59:59 in UTC. These values can be used to set a half-day (pre or post mid-day) absence, or absences that start or end at mid-day. The end date needs to be the same or after the start date.

         <Check title="Required Permissions" icon="key">User planning data permissions are required if the calling user is not the owner of the absence or admin.</Check>
post/absences

Headers

Authorizationstring required

Bearer authentication

Request body

userIdstring uuid required

The id of the user to create the absence for.

startOnstring date-time

The start time of the absence. The time of the date will be ignored.

endOnstring date-time

The end time of the absence. The time of the date will be ignored.

descriptionstring nullable

The reason for the absence.

externalProviderstring nullable

The external provider for the absence. If this value is set, the absence is treated as externally managed and therefore read-only in awork. This means users in awork can no longer edit or delete the absence.

isHalfDayOnStartboolean

If it's true and it's a single day absence means that the absence to create is for the first half of the workday. If it's a multi day absence it started on the second half of the first day of the absence period.

isHalfDayOnEndboolean

If it's true and it's a single day absence means that the absence to create is for the second half of the workday. If it's a multi day absence it ended on the first half of the last day of the absence period.

isSingleDayAbsenceboolean

Response

OK

idstring uuid

The id of the entity.

createdOnstring date-time

The date this entity was created.

createdBystring uuid

The id of the user who created this entity.

updatedOnstring date-time

The date this entity was last modified.

updatedBystring uuid

The id of the user who last modified this entity.

userIdstring uuid nullable

The id of the user to create the absence for.

startOnstring date-time

The start time of the absence.

endOnstring date-time

The end time of the absence.

descriptionstring nullable

The reason for the absence.

externalProviderstring nullable

The external provider for the absence. If this value is set, the absence is treated as externally managed and therefore read-only in awork. This means users in awork can no longer edit or delete the absence.

deletedOnstring date-time nullable

The date the absence was deleted.

deletedBystring uuid nullable

The id of the user that deleted the absence.

isReadOnlyboolean

If it's true it means that this Absence is read-only and cannot be edited/deleted by the user.

isHalfDayOnStartboolean

If it's true and it's a single day absence means that the absence is for the first half of the workday. If it's a multi day absence it started on the second half of the first day of the absence period.

isHalfDayOnEndboolean

If it's true and it's a single day absence means that the absence is for the second half of the workday. If it's a multi day absence it ended on the first half of the last day of the absence period.