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

# GET /api/quizzes/

`GET /api/quizzes/`

## Query parameters

- `page` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` WeeklyQuiz[], required
    - `id` string, uuid
    - `title` string, nullable
    - `company` string, uuid, nullable
    - `engagement_type` 'private' | 'channel'
    - `mention_channel` boolean
    - `channel` string, nullable
    - `questions` QuizQuestion[]
      - `id` string, uuid
      - `answers` QuizQuestionAnswer[]
        - `id` string, uuid
        - `created` string, date-time
        - `modified` string, date-time
        - `answer` string, required — You must use the Slack nomenclature for the markdown, for more info visit: https://api.slack.com/reference/surfaces/formatting
        - `position` integer
        - `correct` boolean, nullable
        - `explanation` string, nullable — You must use the Slack nomenclature for the markdown, for more info visit: https://api.slack.com/reference/surfaces/formatting
        - `question` string, uuid
      - `editor_content` EditorStateInLessonSerializers
        - `id` string, uuid
        - `note_editor_state` string, nullable
        - `summary_editor_state` string, nullable
        - `question_editor_state` string, nullable
        - `quiz_editor_state` string, nullable
        - `quiz_message_state` string, nullable
        - `content` LessonImageInLessonSerializers[], required
          - `id` string, uuid
          - `company` string, uuid, nullable
          - `image_name` string, nullable
          - `image_url` string, uri, nullable
          - `image_url_public` string, uri, nullable
          - `editor_content` string, uuid, nullable
          - `content_type` 'lesson' | 'quiz' | 'engagement_question' | 'engagement_message' | 'assessment_question_content', nullable
      - `quiz_question_context` string
      - `engagement_custom_video` CustomEngagementQuestionVideo[]
        - `id` string, uuid
        - `engagement_question` string, uuid, nullable
        - `service_id` integer
        - `name` string, required
        - `duration` integer
        - `hashed_id` string
        - `progress` string, decimal, required
        - `thumbnail` string, required
        - `processed` boolean
        - `plays` integer
      - `created` string, date-time
      - `modified` string, date-time
      - `position` integer
      - `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
    - `channel_engagements` ChannelEngagement[], required
      - `id` string, uuid
      - `created` string, date-time
      - `modified` string, date-time
      - `video_ts` string, nullable
      - `message_ts` string, required
      - `channel` string, required
      - `schedule_id` string
      - `engagement` string, uuid, required
    - `anonymize_user_results` boolean

---

[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)
