v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Timeoff > PolicyAssignment

Reads all Policy assignments

Read Time off Policy Assignments

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

Query parameters

ids[]string[]

An array of time off policy assignment ids

An array of time off policy assignment ids

[
  "1",
  "2"
]
employee_ids[]string[]

Filter policy assignments by employee ids

Filter policy assignments by employee ids

[
  "1",
  "2"
]
timeoff_policy_ids[]string[]

Filter policy assignments by time off policy ids

Filter policy assignments by time off policy ids

[
  "1",
  "2"
]

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "timeoff_policy_id": "1",
      "employee_id": "1",
      "effective_at": "2024-01-01"
    }
  ]
}