cURL
curl --request GET \ --url https://api.seamind.xyz/api/v1/users/me/analytics/knowledge-gaps \ --header 'Authorization: Bearer <token>'
{ "gaps": [ { "courseId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "courseTitle": "<string>", "questionId": "<string>", "questionText": "<string>", "questionType": "<string>", "failRate": 123, "totalAttempts": 123 } ] }
Get questions with highest fail rates for the current user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Knowledge gaps response.
Show child attributes