---
title: "List approval"
method: POST
path: "/v3/approval/list"
tags: ["[v3] Approval"]
---

# List approval

`POST /v3/approval/list`

Get approval list by filters

## Headers

- `Accept` string
- `Content-Type` string

## Request body

- object
  - `from` string, required — Date of start
  - `to` string, required — Date of end
  - `userIds` unknown[] — List of user IDs to filter
    - unknown
  - `statuses` unknown[] — List of approval statuses to filter
    - unknown
  - `page` integer — Page number for pagination
  - `limit` integer — Number of items per page

## Response `200`

OK

- object
  - `data` object[]
    - `approvalId` integer
    - `status` integer
    - `addTime` string
    - `approvalTime` unknown
    - `modificationTime` unknown
    - `approvedBy` integer
    - `from` string
    - `to` string
    - `userId` integer
    - `projects` string
    - `rootGroupId` integer
    - `auto` string
    - `approvedBy2` integer
    - `totalTime` integer
  - `pagination` object
    - `page` integer
    - `totalPages` integer

## Other responses

- `403` — The authenticated OAuth2 access token or PAT does not contain any scope accepted by the endpoint.
- `default` — Default

---

[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/9bdc11bd523f/schema)
