---
title: "Get Client Waiver Questions & Answers"
method: GET
path: "/documents/waivers/q-and-a/clients/{client_id}"
tags: ["Client Waivers"]
---

# Get Client Waiver Questions & Answers

`GET /documents/waivers/q-and-a/clients/{client_id}`

Get the questions and answers for all waivers with Q&A signed by the Client with the provided ID.

## Path parameters

- `client_id` integer, required

## Headers

- `x-api-key` string, required

## Response `200`

List of the waivers, questions, and answers that the Client has signed.

- WaiverQandAResponse — Waiver Q&amp;A data
  - `waivers_q_and_a` PersonWaiver[] — List of waivers with their associated questions and answers.
    - `waiver_id` integer — Unique waiver ID.
    - `waiver_name` string — Waiver name.
    - `waiver_q` WaiverQAndA[] — List of waiver questions &amp; answers.
      - `waiver_question` string — Waiver question.
      - `waiver_answers` string[] — Waiver question answers.
  - `waivers_questions_and_answers_plain` string — All of the current waiver&#39;s questions and answers as plain text.
  - `waivers_questions_and_answers_html` string — All of the current waiver&#39;s questions and answers formatted as HTML.

---

[API](https://skmtc.net/wodify/apis/leads.md) · [All operations](https://skmtc.net/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wodify/leads/revisions/974500ca0714/schema)
