v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Timeoff > AllowanceIncidence

Reads all Allowance incidences

Reads all Allowance incidences

get/api/2026-07-01/resources/timeoff/allowance_incidences

Query parameters

ids[]string[]
employee_ids[]string[]
timeoff_allowance_ids[]string[]

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "employee_id": "1",
      "description": "Added because working on a holiday",
      "days_in_cents": 100,
      "timeoff_allowance_id": "2",
      "effective_on": "2024-01-02",
      "target_balance": "accrued",
      "created_at": 1723623354,
      "updated_at": 1723623354
    }
  ]
}