POST api/CcWritebackScheduleLog/GetAllScheduleRunLogs
Request Information
URI Parameters
None.
Body Parameters
CcWritebackScheduleLogSearchDTOName | Description | Type | Additional information |
---|---|---|---|
DateFrom | date |
None. |
|
DateTo | date |
None. |
|
RunStatusId | CcFilterScheduleRunStatusEnum |
None. |
Request Formats
application/json, text/json
Sample:
{ "DateFrom": "2025-10-14T03:08:40.3033767-07:00", "DateTo": "2025-10-14T03:08:40.3033767-07:00", "RunStatusId": 0 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CcWritebackScheduleLogDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
StartTime | date |
None. |
|
EndTime | date |
None. |
|
RunStatusId | integer |
None. |
|
RunStatus | string |
None. |
|
CreatedById | integer |
None. |
|
CreatedAt | date |
None. |
|
StartTimeString | string |
None. |
|
EndTimeString | string |
None. |
|
CreateDateString | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.