List Course step completions
List Course step completions
Query parameters
-
The page number in a paginated set of results
-
The limit of results to be returned per page
-
Return elements with date before than this
-
Return elements with date before than or equal to this
-
Return elements with date after than this
-
Return elements with date after than or equal to this
-
Return elements with date equal to this
-
Search course step completions with theses types of course content
Values are
Page
orQuiz
. -
Search course step completions with a specific content type
Values are
Page
orQuiz
.
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
}