POST api/v1/ErrorLogs/GetLoggerFiles

Request Information

URI Parameters

None.

Body Parameters

LoggerDTO
NameDescriptionTypeAdditional information
from

date

None.

to

date

None.

Request Formats

application/json, text/json

Sample:
{
  "from": "2025-12-06T17:44:17.8586667+00:00",
  "to": "2025-12-06T17:44:17.8586667+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.