POST api/CcWritebackScheduleLog/GetAllScheduleRunLogs
Request Information
URI Parameters
None.
Body Parameters
CcWritebackScheduleLogSearchDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| RunStatusId | CcFilterScheduleRunStatusEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"DateFrom": "2026-02-03T18:27:44.5533341-08:00",
"DateTo": "2026-02-03T18:27:44.5533341-08:00",
"RunStatusId": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CcWritebackScheduleLogDTO| Name | 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.