GET api/Notas
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NotaName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
AlunoId | integer |
None. |
|
DisciplinaId | integer |
None. |
|
Periodo | string |
None. |
|
Nota1 | integer |
None. |
|
Data | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "AlunoId": 1, "DisciplinaId": 1, "Periodo": "sample string 4", "Nota1": 5, "Data": "2025-09-03T18:19:19.0885571-05:00" }, { "Id": 1, "AlunoId": 1, "DisciplinaId": 1, "Periodo": "sample string 4", "Nota1": 5, "Data": "2025-09-03T18:19:19.0885571-05:00" } ]