GET place/{placeId}/newStrip
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| placeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Flipr.Data.NoSQL.Pool.PoolStripValue| Name | Description | Type | Additional information |
|---|---|---|---|
| PartitionKey | integer |
None. |
|
| RowKey | integer |
None. |
|
| Timestamp | date |
None. |
|
| TotalHardness | decimal number |
None. |
|
| TotalChlBr | decimal number |
None. |
|
| FreeChlorine | decimal number |
None. |
|
| PH | decimal number |
None. |
|
| TotalAlk | decimal number |
None. |
|
| Stabilizer | decimal number |
None. |
|
| DateTicks | integer |
None. |
|
| StripVersion | integer |
None. |
|
| Analyze | string |
None. |
|
| PartitionKey | string |
None. |
|
| RowKey | string |
None. |
|
| Timestamp | date |
None. |
|
| ETag | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PartitionKey": 1,
"Timestamp": "2025-11-22T21:27:46.2678534",
"TotalHardness": 2.1,
"TotalChlBr": 3.1,
"FreeChlorine": 4.1,
"PH": 5.1,
"TotalAlk": 6.1,
"Stabilizer": 7.1,
"DateTicks": 1,
"StripVersion": 8,
"Analyze": "sample string 9"
}
text/html
Sample:
{"PartitionKey":1,"Timestamp":"2025-11-22T21:27:46.2678534","TotalHardness":2.1,"TotalChlBr":3.1,"FreeChlorine":4.1,"PH":5.1,"TotalAlk":6.1,"Stabilizer":7.1,"DateTicks":1,"StripVersion":8,"Analyze":"sample string 9"}