GET api/v1/schedule/byfacility/{facilityId}/{startingFromDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| facilityId | integer |
Required |
|
| startingFromDate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfIEnumerableOfSchedulePeriodModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfIEnumerableOfSchedulePeriodModel |
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": [
{
"RowId": 1,
"StartDate": "2026-01-02T08:59:39.0560315-06:00",
"EndDate": "2026-01-02T08:59:39.0560315-06:00",
"SchedulePeriod": "sample string 4"
},
{
"RowId": 1,
"StartDate": "2026-01-02T08:59:39.0560315-06:00",
"EndDate": "2026-01-02T08:59:39.0560315-06:00",
"SchedulePeriod": "sample string 4"
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}