---
title: "Get a paginated and filtered list of form drafts"
method: GET
path: "/Drafts"
tags: ["Drafts"]
---

# Get a paginated and filtered list of form drafts

`GET /Drafts`

## Query parameters

- `page` union
  - integer
  - string, int32
- `pageSize` union
  - integer
  - string, int32
- `formType` string
- `flowType` string
- `flowKey` string

## Response `200`

Paginated list of form drafts

- FormDraftListResponseDto — Response DTO for a list of form drafts with pagination
  - `data` FormDraftResponseDto[], required
    - `id` string, required
    - `formType` string, required
    - `flowType` string, nullable, required
    - `flowKey` string, nullable, required
    - `title` string, nullable, required
    - `formData` string, required
    - `isValid` boolean, required
    - `createdBy` UserSummaryDto, required
      - `id` string
      - `email` string
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `displayName` string, nullable
      - `type` string
      - `roleId` string, nullable
      - `roleName` string, nullable
    - `lastEditedBy` UserSummaryDto, required
      - `id` string
      - `email` string
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `displayName` string, nullable
      - `type` string
      - `roleId` string, nullable
      - `roleName` string, nullable
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `totalCount` union, required
    - integer
    - string, int32
  - `page` union, required
    - integer
    - string, int32
  - `pageSize` union, required
    - integer
    - string, int32
  - `totalPages` union, required
    - 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/revisions/a905bde4e796/schema)
