---
title: "Get question"
method: GET
path: "/draft_trips/{trip_uuid}/surveys/{id}"
tags: ["Participant Information"]
---

# Get question

`GET /draft_trips/{trip_uuid}/surveys/{id}`

Get Survey

## Path parameters

- `trip_uuid` string, required
- `id` string, required

## Response `200`

Get Survey

- object
  - `data` Survey — Survey object
    - `question_id` integer — Unique ID of the question
    - `question` string — The text of the question
    - `type` 'checkbox' | 'radio' | 'date' | 'text' | 'file' — The type of the question
    - `answers` unknown[] — The answer of the question
      - unknown
    - `files` unknown[], nullable — Requested files for upload
      - unknown

---

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