API Details

GET Api/Units/{unit_id}/Schedules/{current_schedule_id}/Previous

Returns previous schedule.

Request Information

Parameters

NameDescription
unit_id
The Unit id.
current_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:53.6042503-04:00"
  },
  "FYOPWeek": {
    "WeekNumber": 1,
    "WeekStartDate": "2026-04-03T23:26:53.6042503-04:00",
    "WeekEndDate": "2026-04-03T23:26:53.6042503-04:00",
    "FYOP": 4
  }
}
URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body