GET place/{placeId}/waterLevel
Gets the water level change's history. FREE
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
placeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
the water levels
Collection of Flipr.Data.NoSQL.Pool.WaterLevelName | Description | Type | Additional information |
---|---|---|---|
PoolId | integer |
None. |
|
DateTime | date |
None. |
|
Id | integer |
None. |
|
FillPercentage | decimal number |
None. |
|
PartitionKey | string |
None. |
|
RowKey | string |
None. |
|
Timestamp | date |
None. |
|
ETag | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PoolId": 1, "DateTime": "2024-11-21T09:18:40.7140261+00:00", "FillPercentage": 3.1 }, { "PoolId": 1, "DateTime": "2024-11-21T09:18:40.7140261+00:00", "FillPercentage": 3.1 } ]
text/html
Sample:
[{"PoolId":1,"DateTime":"2024-11-21T09:18:40.7140261+00:00","FillPercentage":3.1},{"PoolId":1,"DateTime":"2024-11-21T09:18:40.7140261+00:00","FillPercentage":3.1}]