Top 5 and bottom 5 performers by average score.
cURL
curl --request GET \ --url https://api.example.com/api/v1/learn/admin/analytics/crew-performers \ --header 'Authorization: Bearer <token>'
{ "fleetAvg": 123, "data": [ { "name": "<string>", "avgScore": 123, "group": "<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?