GET place/{poolId}/strip
Gets the last strip 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 strips |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Return if the operation has been released successfully.
Collection of Flipr.Data.NoSQL.Pool.PoolStripName | Description | Type | Additional information |
---|---|---|---|
Sender | string |
None. |
|
TestTime | date |
None. |
|
ChloreBrome | decimal number |
None. |
|
TotalChlore | decimal number |
None. |
|
Alcalinity | decimal number |
None. |
|
AlcalinityValue | decimal number |
None. |
|
PH | decimal number |
None. |
|
HydrotimetricTitle | decimal number |
None. |
|
HydrotimetricTitleValue | decimal number |
None. |
|
CyanudricAcid | decimal number |
None. |
|
IsComputed | boolean |
None. |
|
Version | integer |
None. |
|
CyanuricAcidValue | decimal number |
None. |
|
FreeChloreValue | decimal number |
None. |
|
BromeValue | decimal number |
None. |
|
StripVersion | integer |
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:30.837926+00:00", "ChloreBrome": 5.1, "TotalChlore": 6.1, "Alcalinity": 7.1, "PH": 8.1, "HydrotimetricTitle": 9.1, "CyanudricAcid": 10.1 }, { "TestTime": "2023-02-01T17:29:30.837926+00:00", "ChloreBrome": 5.1, "TotalChlore": 6.1, "Alcalinity": 7.1, "PH": 8.1, "HydrotimetricTitle": 9.1, "CyanudricAcid": 10.1 } ]
text/html
Sample:
[{"TestTime":"2023-02-01T17:29:30.837926+00:00","ChloreBrome":5.1,"TotalChlore":6.1,"Alcalinity":7.1,"PH":8.1,"HydrotimetricTitle":9.1,"CyanudricAcid":10.1},{"TestTime":"2023-02-01T17:29:30.837926+00:00","ChloreBrome":5.1,"TotalChlore":6.1,"Alcalinity":7.1,"PH":8.1,"HydrotimetricTitle":9.1,"CyanudricAcid":10.1}]