GET modules/{serial}/resume?l={l}
Return the module's last data, with adjusted values. (intermediate values, before applying the calibration correction). SUBSCRIBTION REQUIRED
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serial |
the serial number |
string |
Required |
l |
the lang we want to use over the one defined in the user profile, defined with the ISO code, over 2 chars |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
the resume
Flipr.Business.Views.ResumeName | Description | Type | Additional information |
---|---|---|---|
LastWeek | Collection of Flipr.Business.Views.Report |
None. |
|
Current | Flipr.Business.Views.Report |
None. |
|
Weather | Flipr.Business.Views.Weather |
None. |
|
Subscription | Flipr.Business.Views.Subscription |
None. |
|
HourlyForecast | Collection of Flipr.Business.Views.Report |
None. |
|
DailyForecast | Collection of Flipr.Business.Views.Report |
None. |
Response Formats
application/json, text/json
Sample:
{ "Current": null, "Weather": { "CloudCover": 1.1, "CurrentTemperature": 2.1, "CurrentWeatherIcon": "sample string 3", "NextHourTemperature": 1.1, "NextHourWeatherIcon": "sample string 4", "UvIndex": 1.1 }, "Subscription": { "IsValid": true, "EndDate": "2023-02-05T07:34:01.1285558+00:00" } }
text/html
Sample:
{"Current":null,"Weather":{"CloudCover":1.1,"CurrentTemperature":2.1,"CurrentWeatherIcon":"sample string 3","NextHourTemperature":1.1,"NextHourWeatherIcon":"sample string 4","UvIndex":1.1},"Subscription":{"IsValid":true,"EndDate":"2023-02-05T07:34:01.1285558+00:00"}}