cURL
curl --request GET \ --url https://kong.api.toolzz.com.br/api/reports/course/{curso_id}/evaluations \ --header 'Authorization: Bearer <token>'
{ "current_page": 123, "data": [ { "user": { "id": 123, "name": "<string>", "email": "<string>" }, "course": { "id": 123, "title": "<string>" }, "answerWithQuestions": {} } ] }
Recupere as avaliações feitas a um curso específico.
Show items
Show properties