API Details

GET Api/OLR/{unitId}/{fyopWeekId}/NextAndPreviousWeeks

Get previous and next weeks for a specific week

Request Information

Parameters

NameDescription
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
  }
}
URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body