List Learning path 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 learning path content completions with these types of content
Values are
Course,Link,Live, orPage. -
Search learning path content completions with a specific content type
Values are
Course,Link,Live, orPage.
GET
/v1/learningPaths/{learningPathId}/participants/{learningPathParticipantId}/stepCompletions
curl \
--request GET 'https://openapi.meltingspot.io/v1/learningPaths/{learningPathId}/participants/{learningPathParticipantId}/stepCompletions'
Response examples (200)
{
"items": [
{
"id": "string",
"stepContentId": "string",
"learningPathParticipantId": "string",
"contentType": "Course",
"completedAt": 42
}
],
"total": 42
}