---
title: "Gets a single PD form"
method: GET
path: "/pd/form/{formId}"
tags: ["Pd"]
---

# Gets a single PD form

`GET /pd/form/{formId}`

**Auth:** Authenticated - any signed-in user.

Returns a form. Full details are only returned to the submitter, a PD admin, or one of the form's approvers; otherwise only the basic fields are returned.

## Path parameters

- `formId` integer, required

## Response `200`

Successfully retrieved form

## Other responses

- `400` — An Error Occurred - Could not retrieve form
- `401` — Unauthorized

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
