GET api/customers/{customerId}/contracts/{contractNo}/meters/{meterId}/wattmeter
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
Required |
|
| contractNo | integer |
Required |
|
| meterId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
WattMeterAndMaxEffect| Name | Description | Type | Additional information |
|---|---|---|---|
| Last | TimeSerieValue |
None. |
|
| ThisMonthMax | TimeSerieValue |
None. |
|
| Max | TimeSerieValue |
None. |
Response Formats
application/json, text/json
Sample:
{
"Last": {
"$id": "1",
"ValueTime": "2025-12-22T19:43:45.9728413+00:00",
"Value": 1.1,
"TimeSeriesType": 0
},
"ThisMonthMax": {
"$ref": "1"
},
"Max": {
"$ref": "1"
}
}
text/html
Sample:
{"Last":{"$id":"1","ValueTime":"2025-12-22T19:43:45.9728413+00:00","Value":1.1,"TimeSeriesType":0},"ThisMonthMax":{"$ref":"1"},"Max":{"$ref":"1"}}