API v1 (1.0.0)Reference

Users

Students of the school: data, access, progress, exam results and tags.

11 operations.

OperationSummary
GET /usuarioList students
GET /usuario/acesso/{usuario_email_id}Retrieve the access of a student
POST /usuario/adicionar_tagAdd a tag to a student
POST /usuario/atualizar_tag_loteSet the tags of many students
GET /usuario/lista_por_tag/{tag_id}List students with a tag
GET /usuario/progresso_por_produto/{usuario_email_id}/{produto_id}Retrieve the progress of a student in a product
POST /usuario/remover_tagRemove a tag from a student
GET /usuario/resultado_prova/{usuario_email_id}/{item_id}Retrieve the exam result of a student
POST /usuario/update/{usuario_email_id}Update a student
GET /usuario/{usuario_email_id}Retrieve a student
DELETE /usuario/{usuario_email_id}Delete a student