Detailed ship compliance view with course breakdown.
cURL
curl --request GET \ --url https://api.example.com/api/v1/learn/admin/analytics/ship-detail \ --header 'Authorization: Bearer <token>'
{ "ship": "<string>", "compliance": 123, "fleetAvgCompliance": 123, "crewOnboard": 123, "crewTrained": 123, "overdueCount": 123, "courseBreakdown": [ { "course": "<string>", "status": "<string>", "score": 123, "crewCompleted": 123, "crewTotal": 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?