---
title: "List Applications"
method: GET
path: "/hr/approvals"
---

# List Applications

`GET /hr/approvals`

## Query parameters

- `perpage` integer
- `page` integer
- `fromdate` string, date
- `todate` string, date
- `type` string
- `status` string

## Headers

- `api-token` string
- `x-api-key` string

## Response `200`

200

- object
  - `status` integer
  - `msg` string
  - `data` object[]
    - `bid` integer
    - `gid` integer
    - `application_date` string
    - `start_date` string
    - `end_date` string
    - `type` integer
    - `requested_by` integer
    - `requested_on` string
    - `approved_by` unknown
    - `approved_on` unknown
    - `status` integer
    - `reason` string
    - `amount` string
    - `documents` string
    - `application_id` integer
    - `module` string
    - `designation` string
    - `user_name` string
    - `email` string
  - `count` integer

## Other responses

- `400` — 400
- `401` — 401
- `500` — 500
- `502` — 502
- `503` — 503

---

[API](https://skmtc.dev/ledgers/apis/authentication.md) · [All operations](https://skmtc.dev/ledgers/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ledgers/authentication/revisions/605f28ef08ef/schema)
