---
title: "List course items"
method: POST
path: "/public/get-published-course-information"
tags: ["Course"]
---

# List course items

`POST /public/get-published-course-information`

Get published course items for an individual course

Rate limit: Maximum 15 requests in a window of 1m.

## Request body

- object
  - `data` object[], required
    - `data` object, required
      - `fermionCourseId` string, required — ID of the course. ID is permanent for a given course. You can retrieve the course id with other API resolvers available and store them in your systems.
      - `fermionSchoolId` string, required — Fermion school ID. School ID is permanent for a school.

## Response `200`

API Response Body

- object[]
  - `output` union, required
    - object
      - `status` 'ok', required
      - `data` object, required
        - `response` union, required
          - object
            - `courseType` 'RecordedCourse', required — The type of the course.
            - `createdAt` string, required — Date when the course was created in ISO 8601 format.
            - `lastUpdatedAt` string, required — Date when the course was last updated in ISO 8601 format.
            - `instructors` object[], required
              - …
            - `courseItems` union[], required
              - …
          - object
            - `courseType` 'CohortBasedCourse', required — The type of the course.
            - `createdAt` string, required — Date when the course was created in ISO 8601 format.
            - `lastUpdatedAt` string, required — Date when the course was last updated in ISO 8601 format.
            - `instructors` object[], required
              - …
            - `courseItems` union[], required
              - …
    - object
      - `status` 'error', required
      - `errorMessage` string, required

---

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