---
title: "View Form"
method: GET
path: "/alpha/forms/{id}"
tags: ["Forms (Alpha)"]
---

# View Form

`GET /alpha/forms/{id}`

View a user's form by ID.

## Response `200`

OK

- FormGetResponse
  - `code` 'OK' | 'CREATED' | 'INVALID_CREDENTIALS' | 'INVALID_PARAMETERS' | 'INVALID_TOKEN' | 'UNAUTHORIZED_ACCESS' | 'MISSING_RESOURCE' | 'REQUEST_LIMIT_EXCEEDED' | 'SERVER_ERROR' | 'UNSUPPORTED_METHOD' | 'SERVER_UNAVAILABLE' | 'TIME_LIMIT_EXCEEDED' — Request status code
  - `message` string — Message response to the request
  - `requestId` string — Unique ID that is added to the body of every response for easy traceability of the request in our logs.
  - `data` Form — The stored form information of the user from an wink site.
    - `id` string, required — Unique ID of this object
    - `createdAt` string, date-time, required — Date and time
    - `name` string, nullable — The name of the form.
    - `userId` string, required — The ID of the user who submitted the form.
    - `winkSiteId` string, required — The ID of the wink site where the form was submitted.
    - `winkSiteSessionId` string, required — The ID of the wink site session where the form was submitted.
    - `reference` string, required — The reference of the form.
    - `data` object, required — The data submitted by the user.

## Changes

- **2024-12-24** (v1) `8adb40132942` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smileapi/apis/smile-api/changes/alpha/forms/:id/get.md)

---

[API](https://skmtc.dev/smileapi/apis/smile-api.md) · [All operations](https://skmtc.dev/smileapi/apis/smile-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smileapi/smile-api/revisions/a4930eb49f4d/schema)
