API Details
GET Api/OLR/{unitId}/{fyopWeekId}/Metrics
Get all the metrics 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:
{
"praccntp": "sample string 1",
"pracctp": "sample string 2",
"colorntp": "sample string 3",
"colortp": "sample string 4",
"rtsda": "sample string 5",
"psls": "sample string 6",
"base_g_hrs": 7,
"base_h_hrs": 8,
"base_e_hrs": 9,
"base_s_hrs": 10,
"base_ntp_hrs": 11,
"base_tp_hrs": 12,
"red_ntp_hrs": 13,
"red_tp_hrs": 14
}
