POST
/
public
/
get-course-item-data
curl --request POST \
  --url https://backend.codedamn.com/api/public/get-course-item-data \
  --header 'Content-Type: application/json' \
  --header 'FERMION-API-KEY: <api-key>' \
  --data '{
  "data": [
    {
      "data": {
        "courseItemId": "<string>"
      }
    }
  ]
}'
[
  {
    "output": {
      "status": "ok",
      "data": {
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "courseItemData": {
          "fermionCourseItemId": "<string>",
          "fermionDigitalProductId": "<string>",
          "courseItemSlug": "<string>",
          "articleUniqueId": "<string>",
          "type": "Article",
          "title": "<string>",
          "contentJson": "<string>"
        }
      }
    }
  }
]

Authorizations

FERMION-API-KEY
string
header
required

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[].