Crew speed vs accuracy scatter data with quadrant classification.
cURL
curl --request GET \ --url https://api.example.com/api/v1/learn/admin/analytics/crew-speed-accuracy \ --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "<string>", "ship": "<string>", "role": "<string>", "avgAccuracy": 123, "avgTimePerQuestion": 123, "quadrant": "<string>" } ] }
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?