API v1 (1.0.0)Reference
Users
Students of the school: data, access, progress, exam results and tags.
11 operations.
| Operation | Summary |
|---|---|
GET /usuario | List students |
GET /usuario/acesso/{usuario_email_id} | Retrieve the access of a student |
POST /usuario/adicionar_tag | Add a tag to a student |
POST /usuario/atualizar_tag_lote | Set 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_tag | Remove 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 |