Get per-course performance data for scatter plot and radar chart.
cURL
curl --request GET \ --url https://api.example.com/api/v1/learn/analytics/me/performance \ --header 'Authorization: Bearer <token>'
{ "courses": [ { "courseId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "courseTitle": "<string>", "accuracyPercent": 123, "avgTimePerQuestion": 123, "totalQuestionsAnswered": 123, "quadrant": "<string>", "fleetAccuracyPercent": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Performance response with per-course data.
Show child attributes
Was this page helpful?