GET reports/errorLogList?date1={date1}&date2={date2}

Request Information

URI Parameters

Name Description Type Additional information
date1

date

None.

date2

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of reportErrorLogListModel
Name Description Type Additional information
date

string

None.

source

string

None.

message

string

None.

details

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "date": "05.05.2024 08:41",
    "source": "sample string 1",
    "message": "sample string 2",
    "details": "sample string 3"
  },
  {
    "date": "05.05.2024 08:41",
    "source": "sample string 1",
    "message": "sample string 2",
    "details": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfreportErrorLogListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Models">
  <reportErrorLogListModel>
    <date_>2024-05-05T08:41:38.7206197+03:00</date_>
    <details>sample string 3</details>
    <message>sample string 2</message>
    <source>sample string 1</source>
  </reportErrorLogListModel>
  <reportErrorLogListModel>
    <date_>2024-05-05T08:41:38.7206197+03:00</date_>
    <details>sample string 3</details>
    <message>sample string 2</message>
    <source>sample string 1</source>
  </reportErrorLogListModel>
</ArrayOfreportErrorLogListModel>

multipart/form-data

Sample:
<ArrayOfreportErrorLogListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Models"><reportErrorLogListModel><date_>2024-05-05T08:41:38.7206197+03:00</date_><details>sample string 3</details><message>sample string 2</message><source>sample string 1</source></reportErrorLogListModel><reportErrorLogListModel><date_>2024-05-05T08:41:38.7206197+03:00</date_><details>sample string 3</details><message>sample string 2</message><source>sample string 1</source></reportErrorLogListModel></ArrayOfreportErrorLogListModel>