GET api/TutoriaProfesores?IdCliente={IdCliente}&IdColegioAnioAcademico={IdColegioAnioAcademico}&CodUsuario={CodUsuario}&IdIdioma={IdIdioma}&CodAlumno={CodAlumno}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IdCliente | integer |
Required |
|
IdColegioAnioAcademico | integer |
Required |
|
CodUsuario | integer |
Required |
|
IdIdioma | string |
Required |
|
CodAlumno | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TutoriaProfesorName | Description | Type | Additional information |
---|---|---|---|
CodProfesor | integer |
Required |
|
Profesor | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CodProfesor": 1, "Profesor": "sample string 2" }, { "CodProfesor": 1, "Profesor": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfTutoriaProfesor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EduAppFam_ApiSwagger.EduAppFam_ApiSwagger.Models"> <TutoriaProfesor> <CodProfesor>1</CodProfesor> <Profesor>sample string 2</Profesor> </TutoriaProfesor> <TutoriaProfesor> <CodProfesor>1</CodProfesor> <Profesor>sample string 2</Profesor> </TutoriaProfesor> </ArrayOfTutoriaProfesor>