Get Documents by Connection
Retrieve documents for a specified 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 ‘isDeleted’ to include/exclude soft-deleted documents. User must have connection access to view documents.
Documentation Index
Fetch the complete documentation index at: https://docs.nectarclimate.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
ID of the connection for which to retrieve documents.
Query Parameters
('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- Telecom
ELECTRICITY, 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 Date
USAGE_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.
Response
Serializer for paginated document response for v2.2.
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.