---
title: "Query time off ledger entries in the organization, returning particular time off, job, and person data fields"
method: GET
path: "/v1/org/{orgId}/timeoff-ledger/data"
tags: ["Time off ledger"]
---

# Query time off ledger entries in the organization, returning particular time off, job, and person data fields

`GET /v1/org/{orgId}/timeoff-ledger/data`

## Path parameters

- `orgId` string, required

## Query parameters

- `fields` string
- `fromDate` string, date, required
- `untilDate` string, date, required
- `filter` string
- `personId` string
- `policyId` string
- `format` string
- `splitColumns` boolean

## Response `200`

ledger entries found

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

## Other responses

- `202` — snapshot currently building
- `400` — bad request
- `401` — not authorized

---

[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/33fc84a173ce/schema)
