---
title: "Get a paginated and filtered list of PTO requests"
method: GET
path: "/PtoRequests"
tags: ["PtoRequests"]
---

# Get a paginated and filtered list of PTO requests

`GET /PtoRequests`

## Query parameters

- `UserId` string
- `Type` integer
- `Status` integer
- `StartDateFrom` string
- `StartDateTo` string
- `ReviewedByUserId` string
- `Query` string
- `SortBy` string
- `SortOrder` string
- `Page` union
  - integer
  - string, int32
- `Limit` union
  - integer
  - string, int32

## Response `200`

OK

- PtoRequestListResponseDto
  - `ptoRequests` PtoRequestResponseDto[]
    - `id` string
    - `userId` string
    - `user` UserSummaryDto
      - `id` string
      - `email` string
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `displayName` string, nullable
      - `type` string
      - `roleId` string, nullable
      - `roleName` string, nullable
    - `type` integer
    - `startDate` string
    - `endDate` string
    - `totalHours` union
      - number, double
      - string, double
    - `notes` string, nullable
    - `status` integer
    - `reviewedByUserId` string, nullable
    - `reviewedByUser` UserSummaryDto
      - `id` string
      - `email` string
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `displayName` string, nullable
      - `type` string
      - `roleId` string, nullable
      - `roleName` string, nullable
    - `reviewedAt` string, date-time, nullable
    - `reviewNotes` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `totalCount` union
    - integer
    - string, int32
  - `pendingCount` union
    - integer
    - string, int32
  - `approvedCount` union
    - integer
    - string, int32
  - `deniedCount` union
    - integer
    - string, int32

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
