Absence.io · Example Payload

Absence Example

AbsencesEmployeesLeave ManagementHR

Absence Example is an example object payload from Absence.io, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_idassignedToIdreasonIdapproverIdstartenddaysstatuscomment

Example Payload

Raw ↑
{
  "_id": "500123",
  "assignedToId": "500456",
  "reasonId": "500789",
  "approverId": "500654",
  "start": "2025-06-01T00:00:00.000Z",
  "end": "2025-06-05T23:59:59.999Z",
  "days": 5,
  "status": 1,
  "comment": "Annual leave"
}