API Details
GET Api/OLR/{unitId}/{fyopWeekId}/Favorites
Get all copyable favorites for unit
Request Information
Parameters
| Name | Description |
|---|---|
| unitId | Unit ID |
| fyopWeekId | FYOP and week ID |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"opwkid": 1,
"op": 2,
"wk": 3,
"name": "sample string 4"
},
{
"opwkid": 1,
"op": 2,
"wk": 3,
"name": "sample string 4"
},
{
"opwkid": 1,
"op": 2,
"wk": 3,
"name": "sample string 4"
}
]
