Client tests

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.

GET
/api/v2/my/quizzes/results

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"  }}