Skip to main content
GET
/
api
/
v1
/
users
/
me
/
analytics
/
knowledge-gaps
Get Knowledge Gaps
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
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Knowledge gaps response.

gaps
KnowledgeGapDTO · object[]
required