Ask a device questions about its water usage. See Querying Samples for detailed info. The "Content-Type" header must be set to "application/json".

Example Query:

{
	"queries": [
		{
			"request_id": "abc",
			"bucket": "MON",
			"since_datetime": "2016-04-04 01:00:00",
			"group_multiplier": 3
		},
		{
			"request_id": "xyz",
			"bucket": "DAY",
			"since_datetime": "2016-04-04 01:00:00",
			"until_datetime": "2016-04-07 01:00:00"
		}
	]
}
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!