cURL
curl --request GET \ --url https://kong.api.toolzz.com.br/api/content/classification/{test_name} \ --header 'Authorization: Bearer <token>'
{ "status": 123, "data": [ { "id": 123, "nome": "<string>", "email": "<string>", "tentativas": [ { "content_try_id": 123, "content_id": 123, "course_id": 123, "score": 123, "classification": "<string>", "try": 123, "created_at": "<string>" } ] } ] }
Este endpoint permite consultar os resultados de uma prova classificatória em um curso específico no Toolzz LMS.
Show properties