---
title: "Get approvals"
method: GET
path: "/approval"
tags: ["[v1] Approvals"]
---

# Get approvals

`GET /approval`

Get approval or approvals

## Query parameters

- `from` string
- `to` string
- `with_attendance` 0 | 1

## Response `200`

OK - even if no approvals match given filters, an empty array is returned

- object[]
  - `id` union
    - string
    - integer
  - `status` union
    - string
    - integer
  - `for` union
    - string
    - integer
  - `by` union
    - string
    - integer
  - `from` string
  - `to` string
  - `projects` string, nullable
  - `auto` union
    - string
    - integer
  - `comments` string, nullable
  - `attendance` object
    - `[date]` object
      - `should_be` union
        - string
        - integer
      - `day_type` union
        - string
        - integer

---

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