---
title: "Admin Get Survey Results"
method: GET
path: "/admins/modules/{id}/survey/results/{studentId}"
tags: ["admins-surveys"]
---

# Admin Get Survey Results

`GET /admins/modules/{id}/survey/results/{studentId}`

admin get all survey results

## Path parameters

- `id` string, required
- `studentId` string, required

## Response `200`

OK

- DomainSurveyResult
  - `answers` DomainSurveyAnswer[]
    - `answer` string
    - `questionId` string
  - `id` string
  - `moduleId` string
  - `student` DomainStudentInfoShort
    - `email` string
    - `id` string
    - `name` string
  - `submittedAt` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error
- `default` — Default response

## Changes

- **2021-07-28** `5465cdf5a99d` — 1 info
  - endpoint added
- **2021-02-04** `0677335332a8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/creatly/apis/creatly-api/changes/admins/modules/:id/survey/results/:studentId/get.md)

---

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