---
title: "List questions"
method: GET
path: "/draft_trips/{trip_uuid}/surveys"
tags: ["Participant Information"]
---

# List questions

`GET /draft_trips/{trip_uuid}/surveys`

Get Participant Questions

## Path parameters

- `trip_uuid` string, required

## Response `200`

Get Participant Questions

- object
  - `data` Survey[]
    - `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)
