GET place/{placeId}/waterLevel

Gets the water level change's history. FREE

Request Information

URI Parameters

NameDescriptionTypeAdditional information
placeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

the water levels

Collection of Flipr.Data.NoSQL.Pool.WaterLevel
NameDescriptionTypeAdditional 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-05-02T10:00:11.2224568+00:00",
    "FillPercentage": 3.1
  },
  {
    "PoolId": 1,
    "DateTime": "2024-05-02T10:00:11.2224568+00:00",
    "FillPercentage": 3.1
  }
]

text/html

Sample:
[{"PoolId":1,"DateTime":"2024-05-02T10:00:11.2224568+00:00","FillPercentage":3.1},{"PoolId":1,"DateTime":"2024-05-02T10:00:11.2224568+00:00","FillPercentage":3.1}]