---
title: "Fetch list of all forms for a given consumer
By default, results are sorted by form state (pending first, completed last),
reverse chronological order (most recent first). Response is paginated."
method: GET
path: "/WaiverForm/GetFormsWithPagination"
tags: ["Rest"]
---

# Fetch list of all forms for a given consumer
By default, results are sorted by form state (pending first, completed last),
reverse chronological order (most recent first). Response is paginated.

`GET /WaiverForm/GetFormsWithPagination`

## Query parameters

- `clientId` integer, required
- `pageNumber` integer, required
- `pageSize` integer, required
- `sortBy` 'name' | 'state' | 'submissionDate', required

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Response `200`

OK

## Other responses

- `400` — BadRequest
- `401` — Unauthorized

---

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