Client tests
Diese Seite ist nicht auf Deutsch verfügbar. Die englische Version wird angezeigt.
Get completed client tests
Use this method to get the total number of tests completed by a client as well as the number of tests that were successfully passed.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Header Parameters
accept-language?string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v2/my/quizzes/results" \ -H "accept-language: ja"{ "total": 1, "completed": 1}{ "error": { "message": "Unauthorized" }}{ "error": { "message": "Forbidden" }}{ "error": { "message": "Too Many Requests" }}{ "error": { "message": "Service Unavailable" }}