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