GET api/Auditoria?ContratoLoteId={ContratoLoteId}&Usuario={Usuario}&Desde={Desde}&Hasta={Hasta}&PageSize={PageSize}&CurrentPage={CurrentPage}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ContratoLoteId

integer

None.

Usuario

string

None.

Desde

date

None.

Hasta

date

None.

PageSize

integer

None.

CurrentPage

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LogAuditoriaContrato
NameDescriptionTypeAdditional information
ContratoLoteId

integer

Required

Detalles

string

None.

Id

integer

None.

CreadoPor

string

None.

ModificadoPor

string

None.

FechaCreacion

date

None.

FechaModificacion

date

None.

Borrado

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ContratoLoteId": 1,
    "Detalles": "sample string 2",
    "Id": 3,
    "CreadoPor": "sample string 4",
    "ModificadoPor": "sample string 5",
    "FechaCreacion": "2025-12-06T03:24:06.6563683-03:00",
    "FechaModificacion": "2025-12-06T03:24:06.6563683-03:00",
    "Borrado": true
  },
  {
    "ContratoLoteId": 1,
    "Detalles": "sample string 2",
    "Id": 3,
    "CreadoPor": "sample string 4",
    "ModificadoPor": "sample string 5",
    "FechaCreacion": "2025-12-06T03:24:06.6563683-03:00",
    "FechaModificacion": "2025-12-06T03:24:06.6563683-03:00",
    "Borrado": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfLogAuditoriaContrato xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HouseCore.Models">
  <LogAuditoriaContrato>
    <_x003C_Borrado_x003E_k__BackingField>true</_x003C_Borrado_x003E_k__BackingField>
    <_x003C_CreadoPor_x003E_k__BackingField>sample string 4</_x003C_CreadoPor_x003E_k__BackingField>
    <_x003C_FechaCreacion_x003E_k__BackingField>2025-12-06T03:24:06.6563683-03:00</_x003C_FechaCreacion_x003E_k__BackingField>
    <_x003C_FechaModificacion_x003E_k__BackingField>2025-12-06T03:24:06.6563683-03:00</_x003C_FechaModificacion_x003E_k__BackingField>
    <_x003C_Id_x003E_k__BackingField>3</_x003C_Id_x003E_k__BackingField>
    <_x003C_ModificadoPor_x003E_k__BackingField>sample string 5</_x003C_ModificadoPor_x003E_k__BackingField>
    <ContratoLoteId>1</ContratoLoteId>
    <Detalles>sample string 2</Detalles>
  </LogAuditoriaContrato>
  <LogAuditoriaContrato>
    <_x003C_Borrado_x003E_k__BackingField>true</_x003C_Borrado_x003E_k__BackingField>
    <_x003C_CreadoPor_x003E_k__BackingField>sample string 4</_x003C_CreadoPor_x003E_k__BackingField>
    <_x003C_FechaCreacion_x003E_k__BackingField>2025-12-06T03:24:06.6563683-03:00</_x003C_FechaCreacion_x003E_k__BackingField>
    <_x003C_FechaModificacion_x003E_k__BackingField>2025-12-06T03:24:06.6563683-03:00</_x003C_FechaModificacion_x003E_k__BackingField>
    <_x003C_Id_x003E_k__BackingField>3</_x003C_Id_x003E_k__BackingField>
    <_x003C_ModificadoPor_x003E_k__BackingField>sample string 5</_x003C_ModificadoPor_x003E_k__BackingField>
    <ContratoLoteId>1</ContratoLoteId>
    <Detalles>sample string 2</Detalles>
  </LogAuditoriaContrato>
</ArrayOfLogAuditoriaContrato>