GET modules/{serial}/FiltrationTime/last?l={l}
Return the module's last data, with adjusted values. (intermediate values, before applying the calibration correction). FREE.
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 last survey
Flipr.Business.Views.ModuleFiltrationDuration+JSONFilteringTime| Name | Description | Type | Additional information |
|---|---|---|---|
| libelle | string |
None. |
|
| value | string |
None. |
|
| advice | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"libelle": "sample string 1",
"value": "sample string 2",
"advice": "sample string 3"
}
text/html
Sample:
{"libelle":"sample string 1","value":"sample string 2","advice":"sample string 3"}