List Course step completions
GET
/v1/courses/{courseId}/participants/{courseParticipantId}/stepCompletions
curl \
--request GET 'https://openapi.meltingspot.io/v1/courses/{courseId}/participants/{courseParticipantId}/stepCompletions'
Response examples (200)
{
"items": [
{
"id": "string",
"stepId": "string",
"courseParticipantId": "string",
"contentType": "Page",
"completedAt": 42
}
],
"total": 42
}