Retrieve usage data for a specified utility connection. Results are paginated (100 per page). Filter by date types: ‘UPDATED_DATE’, ‘CREATED_DATE’, ‘BILL_DATE’ (default), or ‘USAGE_PERIOD’. Date filters return overlapping data; ‘CREATED_DATE’ and ‘UPDATED_DATE’ use UTC and are truncated to day start. Filter by datasource type to include specific utility types. Filter by identifier value to match meter identifiers. User must have access to the connection to view usage data.
ID of the connection for which to retrieve usage data.
('Optional. List of datasource types to filter by. If not provided, includes all types. Must be a sublist of "ELECTRICITY", "GAS", "WATER", "DISTRICT", "WASTE", "FUEL", "MISC", "REFRIGERANT", "SOLAR", "TELECOM"',)
ELECTRICITY - ElectricityGAS - GasWATER - WaterDISTRICT - DistrictWASTE - WasteFUEL - FuelMISC - MiscREFRIGERANT - RefrigerantSOLAR - SolarTELECOM - TelecomELECTRICITY, GAS, WATER, DISTRICT, WASTE, FUEL, MISC, REFRIGERANT, SOLAR, TELECOM Filter by date field: 'UPDATED_DATE' (last update date), 'CREATED_DATE' (creation date), 'BILL_DATE' (default, bill date on the document), or 'USAGE_PERIOD' (usage period start and end dates). Each date parameter is applied independently if provided. For 'CREATED_DATE' and 'UPDATED_DATE', dates are truncated to start of day (00:00:00). Example: for data after January 1, 2024, use startDate=2024-01-01; for data before January 31, 2024, use endDate=2024-01-31.
USAGE_PERIOD - Usage PeriodBILL_DATE - Bill DateCREATED_DATE - Created DateUPDATED_DATE - Updated DateUSAGE_PERIOD, BILL_DATE, CREATED_DATE, UPDATED_DATE 1Optional end date for the usage data in YYYY-MM-DD format (inclusive). If provided, filters for data on or before this date.
Filter meters by identifier value. Searches across all identifiers.
1Page number for paginated results. Default is 1.
Optional start date for the usage data in YYYY-MM-DD format (inclusive). If provided, filters for data on or after this date.
Serializer for usage data response.
Total number of usage data entries.
Number of entries per page.
Total number of pages.
Current page number.
Indicates if there is a next page.
Indicates if there is a previous page.
List of usage data entries.