GET api/v1/departments/GetSchedulePhases/{deptId}/{year}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deptId | integer |
Required |
|
| year | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfListOfScheduleProcessPhaseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfListOfScheduleProcessPhaseModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PageSize": 1,
"Page": 2,
"TotalPages": 3,
"TotalResults": 4,
"Results": [
{
"ScheduleProcessPhaseId": 1,
"ScheduleId": "118e4175-1d91-42e3-95c5-6815016f26f3",
"ScheduleStatusId": 3,
"Date": "2026-01-02T13:33:33.4032083-06:00",
"AppChanged": "sample string 5",
"CreateDateUtc": "2026-01-02T13:33:33.4032083-06:00",
"UserChanged": "sample string 7",
"DateChangedUtc": "2026-01-02T13:33:33.4032083-06:00",
"EffectiveDate": "2026-01-02T13:33:33.4032083-06:00",
"ExpiryDate": "2026-01-02T13:33:33.4032083-06:00",
"DateProcessedUtc": "2026-01-02T13:33:33.4032083-06:00",
"IsSuccess": true,
"ProcessExecutionMessage": "sample string 10",
"ExecutedBy": "sample string 11",
"DeptName": "sample string 12",
"DeptId": 13,
"DeptCode": "sample string 14",
"StartDate": "2026-01-02T13:33:33.4032083-06:00",
"EndDate": "2026-01-02T13:33:33.4032083-06:00",
"ScheduleDuration": 17,
"ScheduleStartTime": "2026-01-02T13:33:33.4032083-06:00",
"SelfScheduleDisable": true,
"FacilityName": "sample string 20",
"FacilityCode": "sample string 21",
"SchedulePeriodStatus": "sample string 22"
},
{
"ScheduleProcessPhaseId": 1,
"ScheduleId": "118e4175-1d91-42e3-95c5-6815016f26f3",
"ScheduleStatusId": 3,
"Date": "2026-01-02T13:33:33.4032083-06:00",
"AppChanged": "sample string 5",
"CreateDateUtc": "2026-01-02T13:33:33.4032083-06:00",
"UserChanged": "sample string 7",
"DateChangedUtc": "2026-01-02T13:33:33.4032083-06:00",
"EffectiveDate": "2026-01-02T13:33:33.4032083-06:00",
"ExpiryDate": "2026-01-02T13:33:33.4032083-06:00",
"DateProcessedUtc": "2026-01-02T13:33:33.4032083-06:00",
"IsSuccess": true,
"ProcessExecutionMessage": "sample string 10",
"ExecutedBy": "sample string 11",
"DeptName": "sample string 12",
"DeptId": 13,
"DeptCode": "sample string 14",
"StartDate": "2026-01-02T13:33:33.4032083-06:00",
"EndDate": "2026-01-02T13:33:33.4032083-06:00",
"ScheduleDuration": 17,
"ScheduleStartTime": "2026-01-02T13:33:33.4032083-06:00",
"SelfScheduleDisable": true,
"FacilityName": "sample string 20",
"FacilityCode": "sample string 21",
"SchedulePeriodStatus": "sample string 22"
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}