Get learning path step completion
GET
/v1/learningPaths/{learningPathId}/participants/{learningPathParticipantId}/stepCompletions/{stepCompletionId}
curl \
--request GET 'https://openapi.meltingspot.io/v1/learningPaths/{learningPathId}/participants/{learningPathParticipantId}/stepCompletions/{stepCompletionId}'
Response examples (200)
{
"id": "string",
"stepContentId": "string",
"learningPathParticipantId": "string",
"contentType": "Course",
"completedAt": 42
}