Get Course participant
Get Course participant
        GET
    /v1/courses/{courseId}/participants/{courseParticipantId}
  
  curl \
 --request GET 'https://openapi.meltingspot.io/v1/courses/{courseId}/participants/{courseParticipantId}'
        Response examples (200)
  
  {
  "id": "string",
  "courseId": "string",
  "spotMemberId": "string",
  "spotMemberEmail": "string",
  "spotMemberFirstname": {},
  "spotMemberLastname": {},
  "status": "Invited",
  "invitedAt": "2025-05-04T09:42:00Z",
  "startedAt": "2025-05-04T09:42:00Z",
  "completedAt": "2025-05-04T09:42:00Z",
  "unenrolledAt": "2025-05-04T09:42:00Z",
  "lastActivityAt": "2025-05-04T09:42:00Z",
  "completionRate": 42
}