GET place/{poolId}/ExternalMeasures?includeStrips={includeStrips}
Gets the health measures for the given pool. FREE
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
poolId |
the pool's id from witch we want to retrieve the measures |
integer |
Required |
includeStrips |
value indicating whether or not we want to include the strips measures in the result. Else, only the external direct measures will be returned |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Return if the operation has been released successfully.
Collection of Flipr.Data.NoSQL.Pool.HealthMeasureName | Description | Type | Additional information |
---|---|---|---|
TestTime | date |
None. |
|
CyanuricAcid | decimal number |
None. |
|
PH | decimal number |
None. |
|
Sender | string |
None. |
|
TAC | decimal number |
None. |
|
TH | decimal number |
None. |
|
Temperature | decimal number |
None. |
|
TotalChlore | decimal number |
None. |
|
DateTime | date |
None. |
|
FreeChlore | decimal number |
None. |
|
Conductivity | decimal number |
None. |
|
TDS | decimal number |
None. |
|
Langelier | decimal number |
None. |
|
LangeliersCategory | string |
None. |
|
IsFromStrips | boolean |
None. |
|
Commment | string |
None. |
|
PartitionKey | string |
None. |
|
RowKey | string |
None. |
|
Timestamp | date |
None. |
|
ETag | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TestTime": "2023-02-01T17:29:33.1980193+00:00", "CyanuricAcid": 4.1, "PH": 5.1, "Sender": "sample string 6", "TAC": 7.1, "TH": 8.1, "Temperature": 1.1, "TotalChlore": 1.1, "DateTime": "2023-02-01T17:29:33.1980193+00:00", "FreeChlore": 1.1, "Conductivity": 1.1, "TDS": 1.1, "Langelier": 1.1, "LangeliersCategory": "sample string 10", "Commment": "sample string 12" }, { "TestTime": "2023-02-01T17:29:33.1980193+00:00", "CyanuricAcid": 4.1, "PH": 5.1, "Sender": "sample string 6", "TAC": 7.1, "TH": 8.1, "Temperature": 1.1, "TotalChlore": 1.1, "DateTime": "2023-02-01T17:29:33.1980193+00:00", "FreeChlore": 1.1, "Conductivity": 1.1, "TDS": 1.1, "Langelier": 1.1, "LangeliersCategory": "sample string 10", "Commment": "sample string 12" } ]
text/html
Sample:
[{"TestTime":"2023-02-01T17:29:33.1980193+00:00","CyanuricAcid":4.1,"PH":5.1,"Sender":"sample string 6","TAC":7.1,"TH":8.1,"Temperature":1.1,"TotalChlore":1.1,"DateTime":"2023-02-01T17:29:33.1980193+00:00","FreeChlore":1.1,"Conductivity":1.1,"TDS":1.1,"Langelier":1.1,"LangeliersCategory":"sample string 10","Commment":"sample string 12"},{"TestTime":"2023-02-01T17:29:33.1980193+00:00","CyanuricAcid":4.1,"PH":5.1,"Sender":"sample string 6","TAC":7.1,"TH":8.1,"Temperature":1.1,"TotalChlore":1.1,"DateTime":"2023-02-01T17:29:33.1980193+00:00","FreeChlore":1.1,"Conductivity":1.1,"TDS":1.1,"Langelier":1.1,"LangeliersCategory":"sample string 10","Commment":"sample string 12"}]