---
title: "Retrieve a guest form"
method: GET
path: "/v1/Guests/{guest_id}/Forms?version_no={version_no}"
---

# Retrieve a guest form

`GET /v1/Guests/{guest_id}/Forms?version_no={version_no}`

This API helps you to retrieve the specified guest's form data.You must specify the unique identifier of the guest as `guest_id` and the form's `version_no` in the API request.Note: Retrieving uploaded files, signatures and annoations are not supported.

## Path parameters

- `guest_id` string, required

## Query parameters

- `version_no` string, required

## Response `200`

200

- object
  - `data` string
  - `guest_data` string
  - `is_form_submitted` boolean

## Other responses

- `400` — 400

---

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