POST api/v1/ErrorLogs/GetErrorLogs
Request Information
URI Parameters
None.
Body Parameters
ErrorLogParams| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.