GET api/Enlaces?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 EnlaceName | Description | Type | Additional information |
---|---|---|---|
IdURL | integer |
None. |
|
EnlaceURL | string |
None. |
|
TituloURL | string |
None. |
|
OrdenURL | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "IdURL": 1, "EnlaceURL": "sample string 2", "TituloURL": "sample string 3", "OrdenURL": 4 }, { "IdURL": 1, "EnlaceURL": "sample string 2", "TituloURL": "sample string 3", "OrdenURL": 4 } ]
application/xml, text/xml
Sample:
<ArrayOfEnlace xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EduAppFam_ApiSwagger.EduAppFam_ApiSwagger.Models"> <Enlace> <EnlaceURL>sample string 2</EnlaceURL> <IdURL>1</IdURL> <OrdenURL>4</OrdenURL> <TituloURL>sample string 3</TituloURL> </Enlace> <Enlace> <EnlaceURL>sample string 2</EnlaceURL> <IdURL>1</IdURL> <OrdenURL>4</OrdenURL> <TituloURL>sample string 3</TituloURL> </Enlace> </ArrayOfEnlace>