GET api/cabecera/getAlertasNovedadesSeguimientos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SeguimientosAlertasNovedadesResponseName | Description | Type | Additional information |
---|---|---|---|
numAlertas | integer |
None. |
|
numSeguimientos | integer |
None. |
|
numNovedades | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "numAlertas": 1, "numSeguimientos": 1, "numNovedades": 1 }
application/xml, text/xml
Sample:
<SeguimientosAlertasNovedadesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Core.Models.Cabecera"> <numAlertas>1</numAlertas> <numNovedades>1</numNovedades> <numSeguimientos>1</numSeguimientos> </SeguimientosAlertasNovedadesResponse>