---
title: "Get a questionnaire by public token (no authentication required)"
method: GET
path: "/public/questionnaires/{token}"
tags: ["PublicQuestionnaires"]
---

# Get a questionnaire by public token (no authentication required)

`GET /public/questionnaires/{token}`

## Path parameters

- `token` string, required

## Response `200`

OK

- PublicQuestionnaireDto — Public questionnaire access via token
  - `responseId` string
  - `questionnaire` QuestionnaireDto — Full questionnaire response
    - `id` string
    - `name` string
    - `description` string, nullable
    - `type` integer
    - `status` integer
    - `isTemplate` boolean
    - `schema` string
    - `version` union
      - integer
      - string, int32
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `customAttributes` string, nullable
  - `patientName` string, nullable
  - `appointmentInfo` string, nullable
  - `existingResponses` string, nullable

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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