GET api/Notas

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Nota
NameDescriptionTypeAdditional 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-07-02T06:31:06.7171471-05:00"
  },
  {
    "Id": 1,
    "AlunoId": 1,
    "DisciplinaId": 1,
    "Periodo": "sample string 4",
    "Nota1": 5,
    "Data": "2025-07-02T06:31:06.7171471-05:00"
  }
]