Skip to main content
GET
The reading history behind api.asset_meters.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
meter_id
string
meter_code
string
meter_name
string
asset_id
string
asset_number
string
unit_of_measure
string
reading
string
reading_at
string
source
string
notes
string
created_at
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

asset_id
string<uuid>

Note: This is a Foreign Key to asset_contracts.asset_id.

asset_number
string<character varying>
Maximum string length: 80
created_at
string<timestamp with time zone>
id
string<uuid>

Note: This is a Primary Key.

meter_code
string<character varying>
Maximum string length: 60
meter_id
string<uuid>

Note: This is a Foreign Key to asset_meters.meter_id.

meter_name
string<character varying>
Maximum string length: 150
notes
string<text>
reading
number<numeric>
reading_at
string<timestamp with time zone>
source
string<character varying>
Maximum string length: 30
unit_of_measure
string<character varying>
Maximum string length: 30