---
title: "GET /api/questions/quiz"
method: GET
path: "/api/questions/quiz"
tags: ["api"]
---

# GET /api/questions/quiz

`GET /api/questions/quiz`

## Response `200`

OK

- QuestionQuizQuestionSerializer
  - `id` string, uuid
  - `created` string, date-time
  - `modified` string, date-time
  - `position` integer
  - `quiz_question_context` string, nullable — You must use the Slack nomenclature for the markdown, for more info visit: https://api.slack.com/reference/surfaces/formatting
  - `answer_type` 'no_action' | 'user_acknowledged' | 'multiple_choice' | 'neutral' | 'written_response' | 'external_url', nullable
  - `external_url` string, uri, nullable
  - `external_url_btn_text` string, nullable
  - `single_select` boolean
  - `quiz` string, uuid, required
  - `editor_content` string, uuid, nullable

---

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