https://api.sciener.com/v3/waterMeter/listOperationRecords
POST, ContentType:application/x-www-form-urlencoded
xxxxxxxxxx71curl --location -g --request POST 'https://api.sciener.com/v3/waterMeter/listOperationRecords' \2--data-urlencode 'clientId=4773aa036f7f49c68d876bb4be85c80c' \3--data-urlencode 'accessToken=dfd5489d0cee31f0bdfaf59d0d42d71f' \4--data-urlencode 'waterMeterId=3001' \ 5--data-urlencode 'pageNo=1' \6--data-urlencode 'pageSize=20' \7--data-urlencode 'date=1625025703000'| Name | Type | Required | Description |
|---|---|---|---|
| clientId | String | Y | Assigned client_id from created application |
| accessToken | String | Y | Access token, obtain by calling get access token API |
| date | Long | Y | Current time (timestamp, in milliseconds) |
| waterMeterId | String | Y | Water Meter ID |
| recordType | String | N | Operation types: 1: Recharge, 2: Water outage, 3: Water supply restored, 4: Meter reading, 5: Price modification, 6: Reset. |
| searchStr | String | N | Search terms |
| pageNo | Int | Y | Page numbers start from 1 |
| pageSize | Int | Y | Number of pages per page, maximum 1000 |
| Name | Type | Description |
|---|---|---|
| list | JSONObject | List |
| total | Int | Total number of items |
Objects in the list
| Name | Type | Description |
|---|---|---|
| id | Int | Record ID |
| recordType | String | Operation type: -1: Date interval; 1: Clear remaining water volume; 2: Switch payment type; 4: Water supply on/off; 5: Meter reading; 6: Update unit price; 7: recharge; 8: set water amount; 9: recharging |
| title | String | Title |
| content | String | Content |
| date | String | Operation time |
| headUrl | String | Operator's avatar |
xxxxxxxxxx161{2 "list": [3 {4 "date": "2025-06-24",5 "recordType": -16 },7 {8 "date": "14:59:34",9 "recordType": 5,10 "headUrl": "http://qiniuroommaster.sciener.cn/avator/Sciener99964251735882500842.jpg?sign=d4895923cadd4b07b5d247833b31714c&t=685cf58c",11 "id": 13577,12 "title": "135 black",13 "content": "Meter reading: Total water consumption 9.89 m³"14 }15 ]16}