Returns the absence with the specified id.

User planning data permissions are required if the calling user is not the owner of the absence or admin.

Path parameters

absenceIdUUIDRequired

The id of the absence to get.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK

idUUIDOptional
createdOndatetimeOptional
createdByUUIDOptional
updatedOndatetimeOptional
updatedByUUIDOptional
userIdUUID or nullOptional

The id of the user to create the absence for.

startOndatetimeOptional

The start time of the absence.

endOndatetimeOptional

The end time of the absence.

descriptionstring or nullOptional

The reason for the absence.

externalProviderstring or nullOptional

The external provider for the absence.

deletedOndatetime or nullOptional

The date the absence was deleted.

deletedByUUID or nullOptional

The id of the user that deleted the absence.

isReadOnlybooleanOptional

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

isHalfDayOnStartbooleanOptional

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.

isHalfDayOnEndbooleanOptional

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.