GET api/Notas
Retorna todas as notas registadas.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Lista de objetos "Nota".
Collection of NotaName | Description | Type | Additional information |
---|---|---|---|
AlunoId | integer |
None. |
|
DisciplinaId | integer |
None. |
|
ValorNota | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AlunoId": 1, "DisciplinaId": 1, "ValorNota": 3.0 }, { "AlunoId": 1, "DisciplinaId": 1, "ValorNota": 3.0 } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.