This repository was archived by the owner on Dec 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
API : VOTI
Federico Tensi edited this page Dec 13, 2019
·
3 revisions
Request url:
https://redignus.it/api/v1/voti
Tipo di richiesta:
POST
Tipo di risposta:
JSON
Variabile | Obbligatoria | Descrizione | Tipo | Esempio |
---|---|---|---|---|
postREFamilyData |
Si | Dati necessari per il funzionamento *1 | Base64 |
"postREFamilyData": "eyWyI8...G5hbWJfX1=" |
QuadrimestreFT |
Si | Indica il quadrimestre a cui si vuole fare riferimento | string |
"QuadrimestreFT": "FT01" |
StudentId |
Si | Indica l'array dello studente a cui si vuole fare riferimento *2 | Array |
Vedi punto *2 |
cookies |
Si | Cookies generati nella sessione | Base64 |
"cookies": "eyJAe8...AHEeghae=" |
materia |
No | Filtra per materia | string |
"materia": "MATEMATICA" |
*1 Questo tipo di dati sono obbligatori poiché quando si va a eseguire una richiesta su i server Axios, essi si rifiutano di rispondere almeno che questi dati non siano presenti.
*2 Il parametro sarà rappresentato da un array con all'interno presenti i parametri dello studente scelto
{"num": "0", "qualcosa": "0", "id": "0002344", "name": "Rossi Mario"}
Referenza getstudentid
[
{
"date":"05\/12\/2019",
"topic":"MATEMATICA",
"type":"Orale",
"realVote":"7,00",
"vote":"7",
"target":"",
"comment":"",
"teacher":"ARCIBALDO MAROTTI"
},
{ }
]
Variabile | Descrizione | Tipo |
---|---|---|
date |
Data in cui è stato assegnato il voto | string |
topic |
Materia | string |
type |
Tipologia di voto (orale, scritto..) | string |
realVote |
Voto senza caratteri speciali (+,-) | float |
vote |
Voto assegnato | string |
target |
Obiettivo | string |
comment |
Commento | string |
teacher |
Professore | string |
RE-Dignus simple way to a simple school
- Giuseppini Marco
- Tensi Federico
Contatti:
Email: [email protected]