Detailed course score view with per-ship breakdown.
cURL
curl --request GET \ --url https://api.example.com/api/v1/learn/admin/analytics/course-detail \ --header 'Authorization: Bearer <token>'
{ "course": "<string>", "avgScore": 123, "fleetAvgScore": 123, "enrollments": 123, "passRate": 123, "avgAttempts": 123, "shipBreakdown": [ { "shipId": "<string>", "ship": "<string>", "avgScore": 123, "enrollments": 123, "passRate": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
Was this page helpful?