GET reports/tableLogList?tableLogTypeId={tableLogTypeId}&processedBy={processedBy}&tableId={tableId}&tableRecordId={tableRecordId}&date1={date1}&date2={date2}

Request Information

URI Parameters

Name Description Type Additional information
tableLogTypeId

integer (Int32)

None.

processedBy

string

None.

tableId

integer (Int32)

None.

tableRecordId

integer (Int32)

None.

date1

date

None.

date2

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of reportTableLogListModel
Name Description Type Additional information
tableLogTypeName

string

None.

processedBy

string

None.

tableName

string

None.

tableRecordId

integer (Int32)

None.

date

string

None.

ip

string

None.

browser

string

None.

oldValues

string

None.

newValues

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "tableLogTypeName": "sample string 1",
    "processedBy": "sample string 2",
    "tableName": "sample string 3",
    "tableRecordId": 1,
    "date": "05.05.2024 05:31",
    "ip": "sample string 4",
    "browser": "sample string 5",
    "oldValues": "sample string 6",
    "newValues": "sample string 7"
  },
  {
    "tableLogTypeName": "sample string 1",
    "processedBy": "sample string 2",
    "tableName": "sample string 3",
    "tableRecordId": 1,
    "date": "05.05.2024 05:31",
    "ip": "sample string 4",
    "browser": "sample string 5",
    "oldValues": "sample string 6",
    "newValues": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfreportTableLogListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Models">
  <reportTableLogListModel>
    <browser>sample string 5</browser>
    <date_>2024-05-05T05:31:15.3925217+03:00</date_>
    <ip>sample string 4</ip>
    <newValues>sample string 7</newValues>
    <oldValues>sample string 6</oldValues>
    <processedBy>sample string 2</processedBy>
    <tableLogTypeName>sample string 1</tableLogTypeName>
    <tableName>sample string 3</tableName>
    <tableRecordId>1</tableRecordId>
  </reportTableLogListModel>
  <reportTableLogListModel>
    <browser>sample string 5</browser>
    <date_>2024-05-05T05:31:15.3925217+03:00</date_>
    <ip>sample string 4</ip>
    <newValues>sample string 7</newValues>
    <oldValues>sample string 6</oldValues>
    <processedBy>sample string 2</processedBy>
    <tableLogTypeName>sample string 1</tableLogTypeName>
    <tableName>sample string 3</tableName>
    <tableRecordId>1</tableRecordId>
  </reportTableLogListModel>
</ArrayOfreportTableLogListModel>

multipart/form-data

Sample:
<ArrayOfreportTableLogListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Models"><reportTableLogListModel><browser>sample string 5</browser><date_>2024-05-05T05:31:15.3925217+03:00</date_><ip>sample string 4</ip><newValues>sample string 7</newValues><oldValues>sample string 6</oldValues><processedBy>sample string 2</processedBy><tableLogTypeName>sample string 1</tableLogTypeName><tableName>sample string 3</tableName><tableRecordId>1</tableRecordId></reportTableLogListModel><reportTableLogListModel><browser>sample string 5</browser><date_>2024-05-05T05:31:15.3925217+03:00</date_><ip>sample string 4</ip><newValues>sample string 7</newValues><oldValues>sample string 6</oldValues><processedBy>sample string 2</processedBy><tableLogTypeName>sample string 1</tableLogTypeName><tableName>sample string 3</tableName><tableRecordId>1</tableRecordId></reportTableLogListModel></ArrayOfreportTableLogListModel>