GET api/v1/facilityscheduleperiod/GetFacilitySchedulePhases/{facilityId}
Get future schedule periods
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| facilityId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfListOfFacilitySchdulePhaseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfListOfFacilitySchdulePhaseModel |
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": [
{
"FacilityScheduleProcessPhaseId": 1,
"FacilityId": 2,
"ScheduleStart": "2026-01-02T15:34:24.4893601-06:00",
"ScheduleEnd": "2026-01-02T15:34:24.4893601-06:00",
"ScheduleStatusId": 5,
"SchedulePhaseDate": "2026-01-02T15:34:24.4893601-06:00",
"AppChanged": "sample string 7",
"CreateDateUtc": "2026-01-02T15:34:24.4893601-06:00",
"UserChanged": "sample string 9",
"DateChangedUtc": "2026-01-02T15:34:24.4893601-06:00",
"FacilityCoid": "sample string 11",
"FacilityName": "sample string 12",
"SchedulePhaseAutomationTime": "2026-01-02T15:34:24.4893601-06:00",
"ScheduleDuration": 14
},
{
"FacilityScheduleProcessPhaseId": 1,
"FacilityId": 2,
"ScheduleStart": "2026-01-02T15:34:24.4893601-06:00",
"ScheduleEnd": "2026-01-02T15:34:24.4893601-06:00",
"ScheduleStatusId": 5,
"SchedulePhaseDate": "2026-01-02T15:34:24.4893601-06:00",
"AppChanged": "sample string 7",
"CreateDateUtc": "2026-01-02T15:34:24.4893601-06:00",
"UserChanged": "sample string 9",
"DateChangedUtc": "2026-01-02T15:34:24.4893601-06:00",
"FacilityCoid": "sample string 11",
"FacilityName": "sample string 12",
"SchedulePhaseAutomationTime": "2026-01-02T15:34:24.4893601-06:00",
"ScheduleDuration": 14
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}