GET api/v1/scheduleformats/GetFacilitySchedulePeriods/{facilityId}/{includeCurrentSchedulePeriod}/{numberofSchedules}
Get Facility Schedules' Start and End Dates..
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| facilityId | integer |
Required |
|
| includeCurrentSchedulePeriod | boolean |
Required |
|
| numberofSchedules | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfListOfDateTime| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfListOfDateTime |
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": [
"2026-01-02T10:48:25.3340132-06:00",
"2026-01-02T10:48:25.3340132-06:00"
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}