cURL
curl --request GET \ --url https://kong.api.toolzz.com.br/api/content/institution/avaliation/list \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "name": "<string>", "type": "<string>", "schools": [ { "id": 123, "name": "<string>" } ], "courses": [ { "id": 123, "name": "<string>" } ], "themes": [ {} ], "total_questions": 123 } ], "links": { "first": "<string>", "last": "<string>", "prev": "<string>", "next": "<string>" }, "meta": { "current_page": 123, "from": 123, "last_page": 123, "path": "<string>", "per_page": 123, "to": 123, "total": 123 } }
Este endpoint permite listar as avaliações de uma instituição no Toolzz LMS.
Show properties