API Details
GET Api/Units/{unit_id}/Schedules/{schedule_id}
Returns schedule details for a unit.
Request Information
Parameters
| Name | Description |
|---|---|
| unit_id | The Unit id. |
| schedule_id | The Unit Schedule id. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Schedule": {
"ScheduleID": 1,
"IsPublished": true,
"BudgetCost": 3.0,
"TotalOLRHours": 1.1,
"TotalOLSHours": 1.1,
"LastUpdatedDate": "2026-04-03T23:26:54.098796-04:00"
},
"FYOPWeek": {
"WeekNumber": 1,
"WeekStartDate": "2026-04-03T23:26:54.098796-04:00",
"WeekEndDate": "2026-04-03T23:26:54.098796-04:00",
"FYOP": 4
}
}
