Reading

Get registers readings

get

Required permissions: Meter.Organization.Read

Authorizations
HTTPRequired

Please provide your valid JWT bearer token in the text input below

Query parameters
organizationIdinteger · int32Required

The organization identifier

registerIdinteger · int32[]Required

The registers identifiers

startstring · date-timeRequired

The start date and time represented using ISO 8601 format and is always in UTC time, e.g. midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.

endstring · date-timeRequired

The end date and time represented using ISO 8601 format and is always in UTC time, e.g. midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.

resolutioninteger · int32Optional

The readings resolution in seconds and if not supplied the default value is 0 seconds

Responses
200

The list of registers readings

application/json
get
/api/readings

Save readings

post

Required permission is Meter.Organization.ReadWrite in the organization(s) that have access to the meters.

Authorizations
HTTPRequired

Please provide your valid JWT bearer token in the text input below

Body
Responses
post
/api/readings

No content

Get registers hourly average readings

get

Required permissions: Meter.Organization.Read

Authorizations
HTTPRequired

Please provide your valid JWT bearer token in the text input below

Query parameters
organizationIdinteger · int32Required

The organization identifier

registerIdinteger · int32[]Required

The registers identifiers

startstring · date-timeRequired

The start date and time represented using ISO 8601 format and is always in UTC time, e.g. midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.

endstring · date-timeRequired

The end date and time represented using ISO 8601 format and is always in UTC time, e.g. midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.

Responses
200

The list of registers readings

application/json
get
/api/readings/average/hourly

Last updated

Was this helpful?