Client tests
Esta página no está disponible en español. Se muestra la versión en inglés.
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" }}