Get course step completion
Get course step completion
        GET
    /v1/courses/{courseId}/participants/{courseParticipantId}/stepCompletions/{stepCompletionId}
  
  curl \
 --request GET 'https://openapi.meltingspot.io/v1/courses/{courseId}/participants/{courseParticipantId}/stepCompletions/{stepCompletionId}'
        Response examples (200)
  
  {
  "id": "string",
  "stepId": "string",
  "courseParticipantId": "string",
  "contentType": "Page",
  "completedAt": 42,
  "quizScore": {
    "totalQuestionsCount": 42,
    "correctAnswersCount": 42,
    "score": 42
  }
}