GET api/Alerts/GetAlertas

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EAlertas
NameDescriptionTypeAdditional information
Id

integer

None.

Descripcion

string

None.

NombreContrato

string

None.

Fecha

date

None.

NroAlquiler

string

None.

AlquilerId

integer

None.

Realizado

boolean

None.

TipoId

byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Descripcion": "sample string 2",
    "NombreContrato": "sample string 3",
    "Fecha": "2025-10-28T08:40:33.6793771-07:00",
    "NroAlquiler": "sample string 5",
    "AlquilerId": 6,
    "Realizado": true,
    "TipoId": 64
  },
  {
    "Id": 1,
    "Descripcion": "sample string 2",
    "NombreContrato": "sample string 3",
    "Fecha": "2025-10-28T08:40:33.6793771-07:00",
    "NroAlquiler": "sample string 5",
    "AlquilerId": 6,
    "Realizado": true,
    "TipoId": 64
  }
]

application/xml, text/xml

Sample:
<ArrayOfEAlertas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entidades">
  <EAlertas>
    <AlquilerId>6</AlquilerId>
    <Descripcion>sample string 2</Descripcion>
    <Fecha>2025-10-28T08:40:33.6793771-07:00</Fecha>
    <Id>1</Id>
    <NombreContrato>sample string 3</NombreContrato>
    <NroAlquiler>sample string 5</NroAlquiler>
    <Realizado>true</Realizado>
    <TipoId>64</TipoId>
  </EAlertas>
  <EAlertas>
    <AlquilerId>6</AlquilerId>
    <Descripcion>sample string 2</Descripcion>
    <Fecha>2025-10-28T08:40:33.6793771-07:00</Fecha>
    <Id>1</Id>
    <NombreContrato>sample string 3</NombreContrato>
    <NroAlquiler>sample string 5</NroAlquiler>
    <Realizado>true</Realizado>
    <TipoId>64</TipoId>
  </EAlertas>
</ArrayOfEAlertas>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.