GET api/Professores
Gets all registered teachers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Teachers list
Collection of Professor| Name | Description | Type | Additional information |
|---|---|---|---|
| idProfessor | integer |
None. |
|
| Nome | string |
None. |
|
| Apelido | string |
None. |
|
| Contacto | integer |
None. |
|
| string |
None. |
||
| AreaEnsino | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"idProfessor": 1,
"Nome": "sample string 2",
"Apelido": "sample string 3",
"Contacto": 4,
"Email": "sample string 5",
"AreaEnsino": "sample string 6"
},
{
"idProfessor": 1,
"Nome": "sample string 2",
"Apelido": "sample string 3",
"Contacto": 4,
"Email": "sample string 5",
"AreaEnsino": "sample string 6"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.