GET api/Disciplinas
Gets all registered subjects
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Subjects list
Collection of Disciplina| Name | Description | Type | Additional information |
|---|---|---|---|
| idDisciplina | integer |
None. |
|
| Nome | string |
None. |
|
| CargaHorariaSemanal | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"idDisciplina": 1,
"Nome": "sample string 2",
"CargaHorariaSemanal": 3
},
{
"idDisciplina": 1,
"Nome": "sample string 2",
"CargaHorariaSemanal": 3
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.