Retrieve documents for a specified company. 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 ‘isDeleted’ to include/exclude soft-deleted documents. User must have company access to view documents.
ID of the company for which to retrieve documents.
('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.
1Filter by deleted status.
Page 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 document response.
Total number of documents.
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 documents.