OnboardingService
📄️ Introduction
API definitions for the Energyzero onboarding API
📄️ GetCSVAsset returns a signed URL and metadata for downloading a previously uploaded CSV file. Only CSV files that have been processed are available for download. If the file is missing or not yet processed, the request will fail.
GetCSVAsset returns a signed URL and metadata for downloading a previously uploaded CSV file.
📄️ GetCSV retrieves the details of a CSV file by its reference ID. This includes metadata about the file and a paginated list of rows. Each row wil contain information about its field details and any errors associated with it. Errors are grouped per row for now, as mapping them directly to fields is not yet implemented. - For this to work the csv row error needs a field name to map it to.
GetCSV retrieves the details of a CSV file by its reference ID.
📄️ GetErrorCSVAsset returns a signed URL and metadata for downloading an error CSV The error CSV contains all rows from the original file that failed during processing, sorted by their line number. This file can be used to identify and correct errors, and then re-uploaded through the CSV upload endpoint. If an error CSV does not yet exist for the specified file, one will be created.
GetErrorCSVAsset returns a signed URL and metadata for downloading an error CSV
📄️ ListCSVs returns a list of processed CSV files.
ListCSVs returns a list of processed CSV files.
📄️ OnboardingService
OnboardingService