API Details
GET Api/OLR/{unitId}/{fyopWeekId}/NextAndPreviousWeeks
Get previous and next weeks for a specific week
Request Information
Parameters
| Name | Description |
|---|---|
| unitId | Unit ID |
| fyopWeekId | FYOP and week ID |
Response Information
Response body formats
application/json, text/json
Sample:
{
"prev": {
"unitid": 1,
"opwkid": 2,
"canedt": true
},
"next": {
"unitid": 1,
"opwkid": 2,
"canedt": true
}
}
