cURL
curl --request GET \ --url https://kong.api.toolzz.com.br/api/content/get-all-themes \ --header 'Authorization: Bearer <token>'
{ "data": { "current_page": 123, "data": [ { "id": 123, "instituicao_id": 123, "user_id": 123, "ciclo_id": 123, "titulo": "<string>", "tag": "<string>", "created_at": "<string>", "updated_at": "<string>", "questions": [ { "id": 123, "tipo": 123, "pergunta": "<string>", "tag": "<string>" } ] } ], "first_page_url": "<string>", "last_page": 123, "per_page": 123, "total": 123 }, "message": "<string>" }
Este endpoint permite listar os temas disponíveis da instituição no Toolzz LMS.
Show properties
Show items