GET v1/loginDocente
No Documentation Found.
Response Information
Response body formats
application/json, text/json
Sample:
{
"id": "ae255df7-8a06-46e4-be22-43274a92e7d8",
"docente": {
"id": 1,
"nome": "sample string 2",
"foto": {
"fotoBase64": "sample string 1",
"typeMime": "sample string 2"
}
}
}
text/xml
Sample:
<PerfilDocente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSTech.GestaoEscolar.ObjetosSincronizacao.diarioclasse">
<docente>
<foto>
<fotoBase64>sample string 1</fotoBase64>
<typeMime>sample string 2</typeMime>
</foto>
<id>1</id>
<nome>sample string 2</nome>
</docente>
<id>ae255df7-8a06-46e4-be22-43274a92e7d8</id>
</PerfilDocente>