-
Notifications
You must be signed in to change notification settings - Fork 1
New최종예측
Bohyeon Kim edited this page May 19, 2022
·
3 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | predict/predictNextMonth_tmp/:IotNum | 30일치와 총합 예측값 출력 |
Content-Type: application/json
{
"status": 200,
"success": true,
"message": [
"30일 예측 데이터, 달의 합 예측 데이터, 실제 30일 데이터",
[
{
"PredictData": 239246.88,
"Date": "2022-02-28T15:00:00.000Z"
},
{
"PredictData": 211664.05,
"Date": "2022-03-01T15:00:00.000Z"
},
{
"PredictData": 213040.19,
"Date": "2022-03-02T15:00:00.000Z"
},
{
"PredictData": 232119.31,
"Date": "2022-03-03T15:00:00.000Z"
},
{
"PredictData": 228596.6,
"Date": "2022-03-04T15:00:00.000Z"
},
{
"PredictData": 182686.53,
"Date": "2022-03-05T15:00:00.000Z"
},
{
"PredictData": 135696.79,
"Date": "2022-03-06T15:00:00.000Z"
},
{
"PredictData": 213199.96,
"Date": "2022-03-07T15:00:00.000Z"
},
{
"PredictData": 242426.58,
"Date": "2022-03-08T15:00:00.000Z"
},
{
"PredictData": 236133.41,
"Date": "2022-03-09T15:00:00.000Z"
},
{
"PredictData": 219068.09,
"Date": "2022-03-10T15:00:00.000Z"
},
{
"PredictData": 188974.96,
"Date": "2022-03-11T15:00:00.000Z"
},
{
"PredictData": 175794.5,
"Date": "2022-03-12T15:00:00.000Z"
},
{
"PredictData": 177786.56,
"Date": "2022-03-13T15:00:00.000Z"
},
{
"PredictData": 205856.55,
"Date": "2022-03-14T15:00:00.000Z"
},
{
"PredictData": 200608.92,
"Date": "2022-03-15T15:00:00.000Z"
},
{
"PredictData": 177547.08,
"Date": "2022-03-16T15:00:00.000Z"
},
{
"PredictData": 167927.14,
"Date": "2022-03-17T15:00:00.000Z"
},
{
"PredictData": 137037.98,
"Date": "2022-03-18T15:00:00.000Z"
},
{
"PredictData": 160827.48,
"Date": "2022-03-19T15:00:00.000Z"
},
{
"PredictData": 200851.72,
"Date": "2022-03-20T15:00:00.000Z"
},
{
"PredictData": 199247.5,
"Date": "2022-03-21T15:00:00.000Z"
},
{
"PredictData": 195379.01,
"Date": "2022-03-22T15:00:00.000Z"
},
{
"PredictData": 197970.65,
"Date": "2022-03-23T15:00:00.000Z"
},
{
"PredictData": 209079.57,
"Date": "2022-03-24T15:00:00.000Z"
},
{
"PredictData": 193530.63,
"Date": "2022-03-25T15:00:00.000Z"
},
{
"PredictData": 181883.35,
"Date": "2022-03-26T15:00:00.000Z"
},
{
"PredictData": 154497.01,
"Date": "2022-03-27T15:00:00.000Z"
},
{
"PredictData": 139796.31,
"Date": "2022-03-28T15:00:00.000Z"
},
{
"PredictData": 165919.22,
"Date": "2022-03-29T15:00:00.000Z"
},
{
"PredictData": 167547.8,
"Date": "2022-03-30T15:00:00.000Z"
}
],
[
{
"PredictData": 5951942.33
}
],
[
{
"IotData": 276482.88,
"Date": "2022-02-28T15:00:00.000Z"
},
{
"IotData": 298435.28,
"Date": "2022-03-01T15:00:00.000Z"
},
{
"IotData": 215014.12,
"Date": "2022-03-02T15:00:00.000Z"
},
{
"IotData": 222686.09,
"Date": "2022-03-03T15:00:00.000Z"
},
{
"IotData": 244684.61,
"Date": "2022-03-04T15:00:00.000Z"
},
{
"IotData": 105738.26,
"Date": "2022-03-05T15:00:00.000Z"
},
{
"IotData": 244344.18,
"Date": "2022-03-06T15:00:00.000Z"
},
{
"IotData": 210906.72,
"Date": "2022-03-07T15:00:00.000Z"
},
{
"IotData": 220199.32,
"Date": "2022-03-08T15:00:00.000Z"
},
{
"IotData": 228046.89,
"Date": "2022-03-09T15:00:00.000Z"
},
{
"IotData": 191349.27,
"Date": "2022-03-10T15:00:00.000Z"
},
{
"IotData": 132443.48,
"Date": "2022-03-11T15:00:00.000Z"
},
{
"IotData": 122454.5,
"Date": "2022-03-12T15:00:00.000Z"
},
{
"IotData": 119701.08,
"Date": "2022-03-13T15:00:00.000Z"
},
{
"IotData": 166410.57,
"Date": "2022-03-14T15:00:00.000Z"
},
{
"IotData": 157049.66,
"Date": "2022-03-15T15:00:00.000Z"
},
{
"IotData": 147023.92,
"Date": "2022-03-16T15:00:00.000Z"
},
{
"IotData": 209138.47,
"Date": "2022-03-17T15:00:00.000Z"
},
{
"IotData": 252553.08,
"Date": "2022-03-18T15:00:00.000Z"
},
{
"IotData": 117431.86,
"Date": "2022-03-19T15:00:00.000Z"
},
{
"IotData": 221454.81,
"Date": "2022-03-20T15:00:00.000Z"
},
{
"IotData": 227189.58,
"Date": "2022-03-21T15:00:00.000Z"
},
{
"IotData": 208096.9,
"Date": "2022-03-22T15:00:00.000Z"
},
{
"IotData": 198652.04,
"Date": "2022-03-23T15:00:00.000Z"
},
{
"IotData": 220333.32,
"Date": "2022-03-24T15:00:00.000Z"
},
{
"IotData": 186879.54,
"Date": "2022-03-25T15:00:00.000Z"
},
{
"IotData": 213077.68,
"Date": "2022-03-26T15:00:00.000Z"
},
{
"IotData": 194253.33,
"Date": "2022-03-27T15:00:00.000Z"
},
{
"IotData": 198401.29,
"Date": "2022-03-28T15:00:00.000Z"
},
{
"IotData": 203003.33,
"Date": "2022-03-29T15:00:00.000Z"
}
]
]
}