---
title: "List every employee a holiday calendar could apply to, as job-data rows annotated with an `_eligible` flag"
method: GET
path: "/v2/org/{orgId}/calendar/{calendarId}/eligible-employees"
tags: ["calendar"]
---

# List every employee a holiday calendar could apply to, as job-data rows annotated with an `_eligible` flag

`GET /v2/org/{orgId}/calendar/{calendarId}/eligible-employees`

## Path parameters

- `orgId` string, required
- `calendarId` string, required

## Query parameters

- `from` string
- `limit` integer
- `fields` string, required
- `format` string

## Response `200`

successful operation

- ResultsData
  - `data` object[], required
  - `next` string
  - `access` ResultsAccess[]
    - `ids` string[]
    - `allowed` AccessAction[], required
      - `action` string, required
      - `fields` string[]
      - `types` string[]
  - `totalRow` object

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/3040a9f4373f/schema)
