POST
/
public
/
get-published-course-information
curl --request POST \
  --url https://backend.codedamn.com/api/public/get-published-course-information \
  --header 'Content-Type: application/json' \
  --data '{
  "data": [
    {
      "data": {
        "fermionCourseId": "<string>",
        "fermionSchoolId": "<string>"
      }
    }
  ]
}'
[
  {
    "output": {
      "status": "ok",
      "data": {
        "response": {
          "courseType": "RecordedCourse",
          "courseItems": [
            {
              "courseItemId": "<string>",
              "sectionName": "<string>",
              "type": "Article",
              "articleTitle": "<string>"
            }
          ]
        }
      }
    }
  }
]

Body

application/json

API Request Body

The body is of type object.

Response

200 - application/json

API Response Body

The response is of type object[].