---
title: "/survey/submissions"
method: GET
path: "/survey/submissions"
tags: ["Survey"]
---

# /survey/submissions

`GET /survey/submissions`

Get all survey submissions or filter using search criteria

## Query parameters

- `baseSurveyKey` string
- `currentVersionKey` string
- `type` unknown
- `room` string
- `ticket` number
- `isAnswered` boolean
- `createdBetween` string
- `size` number
- `page` number

## Headers

- `octa-agent-email` string

## Response `201`

- SubmissionPayload[]
  - `baseSurveyKey` string, required — UUID Key of a Survey.
  - `type` string, required — Domain Type of a Survey (chat or ticket).
  - `isAnswered` boolean, required — Flag if submission Survey is answered.
  - `status` string, required — Current survey status.
  - `answers` Answer[] — Answers to survey questions
    - `type` string, required — Question type.
    - `question` string, required — Question label.
    - `answer` string, required — Answer to question.
  - `version` string, required — UUID Key of survey current version.
  - `subdomain` number, required — Subdomain of the survey.
  - `code` string, required — Encripted unique code of a survey submission.

---

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