GET
/v1/courses/{courseId}/steps
curl \
--request GET 'https://openapi.meltingspot.io/v1/courses/{courseId}/steps'
Response examples (200)
{
"items": [
{
"id": "string",
"title": "string",
"duration": 42,
"contentType": "Page",
"createdAt": 42
}
],
"total": 42
}