---
title: "Student Get Content By Module ID"
method: GET
path: "/students/modules/{id}/content"
tags: ["students-courses"]
---

# Student Get Content By Module ID

`GET /students/modules/{id}/content`

student get content by module id

## Path parameters

- `id` string, required

## Response `200`

OK

- DomainModuleContent
  - `lessons` DomainLesson[]
    - `content` string
    - `id` string
    - `name` string
    - `position` integer
    - `published` boolean
    - `schoolId` string
  - `survey` DomainSurvey
    - `questions` DomainSurveyQuestion[]
      - `answerOptions` string[]
      - `answerType` string
      - `id` string
      - `question` string
    - `required` boolean
    - `title` string

## Other responses

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

---

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