GET api/ARETutoriasPadreTemas?IdColegio={IdColegio}&IdColegioAnioAcademico={IdColegioAnioAcademico}&IdCursoAcademico={IdCursoAcademico}&CodUsuario={CodUsuario}&CodAlumno={CodAlumno}&CodCursoAlumno={CodCursoAlumno}&IdIdioma={IdIdioma}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdColegio | integer |
Required |
|
| IdColegioAnioAcademico | integer |
Required |
|
| IdCursoAcademico | integer |
Required |
|
| CodUsuario | integer |
Required |
|
| CodAlumno | integer |
Required |
|
| CodCursoAlumno | string |
Required |
|
| IdIdioma | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ARETutoriasPadreTema| Name | Description | Type | Additional information |
|---|---|---|---|
| CodTema | integer |
None. |
|
| TemaNombre | string |
None. |
|
| TemaColor | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CodTema": 1,
"TemaNombre": "sample string 2",
"TemaColor": "sample string 3"
},
{
"CodTema": 1,
"TemaNombre": "sample string 2",
"TemaColor": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfARETutoriasPadreTema xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EduAppFam_ApiSwagger.EduAppFam_ApiSwagger.Models">
<ARETutoriasPadreTema>
<CodTema>1</CodTema>
<TemaColor>sample string 3</TemaColor>
<TemaNombre>sample string 2</TemaNombre>
</ARETutoriasPadreTema>
<ARETutoriasPadreTema>
<CodTema>1</CodTema>
<TemaColor>sample string 3</TemaColor>
<TemaNombre>sample string 2</TemaNombre>
</ARETutoriasPadreTema>
</ArrayOfARETutoriasPadreTema>