POST api/v1/ErrorLogs/GetErrorLogs

Request Information

URI Parameters

None.

Body Parameters

ErrorLogParams
NameDescriptionTypeAdditional information
_From

date

None.

_To

date

None.

_Source

ERROR_SOURCE

None.

_Type

ERROR_TYPE

None.

Request Formats

application/json, text/json

Sample:
{
  "_From": "2025-12-06T17:36:42.6280914+00:00",
  "_To": "2025-12-06T17:36:42.6280914+00:00",
  "_Source": 1,
  "_Type": 0
}

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.