Get Learning path participant
GET
/v1/learningPaths/{learningPathId}/participants/{learningPathParticipantId}
curl \
--request GET 'https://openapi.meltingspot.io/v1/learningPaths/{learningPathId}/participants/{learningPathParticipantId}'
Response examples (200)
{
"id": "string",
"learningPathId": "string",
"spotMemberId": "string",
"spotMemberEmail": "string",
"spotMemberFirstname": {},
"spotMemberLastname": {},
"status": "Invited",
"invitedAt": 42,
"startedAt": 42,
"completedAt": 42,
"unenrolledAt": 42,
"lastActivityAt": 42,
"completionRate": 42
}