GET api/Monitor?startDate={startDate}&endDate={endDate}&processName={processName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

date

Required

endDate

date

Required

processName

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of EPSProcessNotification
NameDescriptionTypeAdditional information
Id

integer

None.

ProcessName

string

None.

FechaCreacion

date

None.

FechaUltimaModificacion

date

None.

BotResponse

string

None.

SendNotification

string

None.

Consentimiento

string

None.

DocumentId

string

None.

InboundReqCitaId

string

None.

InboundReqCitaDid

string

None.

InboundReqCitaType

string

None.

InboundReqCitaChannel

string

None.

InboundReqCitaHsm

string

None.

Errors

Collection of string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "_isNew": true,
    "_dirtyColumns": null,
    "_isLoaded": true,
    "_validateWhenSaving": true,
    "_providerName": "sample string 17",
    "columnSettings": [
      {
        "_columnName": "id",
        "_currentValue": 1,
        "_isDirty": true
      },
      {
        "_columnName": "processname",
        "_currentValue": "sample string 2",
        "_isDirty": true
      },
      {
        "_columnName": "fechacreacion",
        "_currentValue": "2026-01-12T07:16:25.6732782-05:00",
        "_isDirty": true
      },
      {
        "_columnName": "fechaultimamodificacion",
        "_currentValue": "2026-01-12T07:16:25.6732782-05:00",
        "_isDirty": true
      },
      {
        "_columnName": "botresponse",
        "_currentValue": "sample string 5",
        "_isDirty": true
      },
      {
        "_columnName": "sendnotification",
        "_currentValue": "sample string 6",
        "_isDirty": true
      },
      {
        "_columnName": "consentimiento",
        "_currentValue": "sample string 7",
        "_isDirty": true
      },
      {
        "_columnName": "documentid",
        "_currentValue": "sample string 8",
        "_isDirty": true
      },
      {
        "_columnName": "inboundreqcita_id",
        "_currentValue": "sample string 9",
        "_isDirty": true
      },
      {
        "_columnName": "inboundreqcita_did",
        "_currentValue": "sample string 10",
        "_isDirty": true
      },
      {
        "_columnName": "inboundreqcita_type",
        "_currentValue": "sample string 11",
        "_isDirty": true
      },
      {
        "_columnName": "inboundreqcita_channel",
        "_currentValue": "sample string 12",
        "_isDirty": true
      },
      {
        "_columnName": "inboundreqcita_hsm",
        "_currentValue": "sample string 13",
        "_isDirty": true
      }
    ],
    "errorList": [],
    "invalidTypeExceptionMessage": "sample string 19",
    "lengthExceptionMessage": "sample string 20",
    "nullExceptionMessage": "sample string 18"
  },
  {
    "_isNew": true,
    "_dirtyColumns": null,
    "_isLoaded": true,
    "_validateWhenSaving": true,
    "_providerName": "sample string 17",
    "columnSettings": [
      {
        "_columnName": "id",
        "_currentValue": 1,
        "_isDirty": true
      },
      {
        "_columnName": "processname",
        "_currentValue": "sample string 2",
        "_isDirty": true
      },
      {
        "_columnName": "fechacreacion",
        "_currentValue": "2026-01-12T07:16:25.6732782-05:00",
        "_isDirty": true
      },
      {
        "_columnName": "fechaultimamodificacion",
        "_currentValue": "2026-01-12T07:16:25.6732782-05:00",
        "_isDirty": true
      },
      {
        "_columnName": "botresponse",
        "_currentValue": "sample string 5",
        "_isDirty": true
      },
      {
        "_columnName": "sendnotification",
        "_currentValue": "sample string 6",
        "_isDirty": true
      },
      {
        "_columnName": "consentimiento",
        "_currentValue": "sample string 7",
        "_isDirty": true
      },
      {
        "_columnName": "documentid",
        "_currentValue": "sample string 8",
        "_isDirty": true
      },
      {
        "_columnName": "inboundreqcita_id",
        "_currentValue": "sample string 9",
        "_isDirty": true
      },
      {
        "_columnName": "inboundreqcita_did",
        "_currentValue": "sample string 10",
        "_isDirty": true
      },
      {
        "_columnName": "inboundreqcita_type",
        "_currentValue": "sample string 11",
        "_isDirty": true
      },
      {
        "_columnName": "inboundreqcita_channel",
        "_currentValue": "sample string 12",
        "_isDirty": true
      },
      {
        "_columnName": "inboundreqcita_hsm",
        "_currentValue": "sample string 13",
        "_isDirty": true
      }
    ],
    "errorList": [],
    "invalidTypeExceptionMessage": "sample string 19",
    "lengthExceptionMessage": "sample string 20",
    "nullExceptionMessage": "sample string 18"
  }
]

application/xml, text/xml

Sample:
<ArrayOfEPSProcessNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ingeneo.Chattigo.DataAccess.Model">
  <EPSProcessNotification>
    <_dirtyColumns i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/SubSonic" />
    <_isLoaded xmlns="http://schemas.datacontract.org/2004/07/SubSonic">true</_isLoaded>
    <_isNew xmlns="http://schemas.datacontract.org/2004/07/SubSonic">true</_isNew>
    <_providerName xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 17</_providerName>
    <_validateWhenSaving xmlns="http://schemas.datacontract.org/2004/07/SubSonic">true</_validateWhenSaving>
    <columnSettings xmlns="http://schemas.datacontract.org/2004/07/SubSonic">
      <TableSchema.TableColumnSetting>
        <_columnName>id</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:int">1</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>processname</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 2</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>fechacreacion</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:dateTime">2026-01-12T07:16:25.6732782-05:00</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>fechaultimamodificacion</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:dateTime">2026-01-12T07:16:25.6732782-05:00</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>botresponse</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 5</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>sendnotification</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 6</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>consentimiento</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 7</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>documentid</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 8</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>inboundreqcita_id</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 9</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>inboundreqcita_did</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 10</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>inboundreqcita_type</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 11</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>inboundreqcita_channel</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 12</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>inboundreqcita_hsm</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 13</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
    </columnSettings>
    <errorList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/SubSonic" />
    <invalidTypeExceptionMessage xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 19</invalidTypeExceptionMessage>
    <lengthExceptionMessage xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 20</lengthExceptionMessage>
    <nullExceptionMessage xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 18</nullExceptionMessage>
  </EPSProcessNotification>
  <EPSProcessNotification>
    <_dirtyColumns i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/SubSonic" />
    <_isLoaded xmlns="http://schemas.datacontract.org/2004/07/SubSonic">true</_isLoaded>
    <_isNew xmlns="http://schemas.datacontract.org/2004/07/SubSonic">true</_isNew>
    <_providerName xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 17</_providerName>
    <_validateWhenSaving xmlns="http://schemas.datacontract.org/2004/07/SubSonic">true</_validateWhenSaving>
    <columnSettings xmlns="http://schemas.datacontract.org/2004/07/SubSonic">
      <TableSchema.TableColumnSetting>
        <_columnName>id</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:int">1</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>processname</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 2</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>fechacreacion</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:dateTime">2026-01-12T07:16:25.6732782-05:00</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>fechaultimamodificacion</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:dateTime">2026-01-12T07:16:25.6732782-05:00</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>botresponse</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 5</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>sendnotification</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 6</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>consentimiento</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 7</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>documentid</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 8</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>inboundreqcita_id</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 9</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>inboundreqcita_did</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 10</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>inboundreqcita_type</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 11</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>inboundreqcita_channel</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 12</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>inboundreqcita_hsm</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 13</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
    </columnSettings>
    <errorList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/SubSonic" />
    <invalidTypeExceptionMessage xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 19</invalidTypeExceptionMessage>
    <lengthExceptionMessage xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 20</lengthExceptionMessage>
    <nullExceptionMessage xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 18</nullExceptionMessage>
  </EPSProcessNotification>
</ArrayOfEPSProcessNotification>