TimeSeries
Download time series as CSV
Returns the specified time series data properties, including timestamp details except as a .csv binary stream.
GET
Download time series as CSV
Authorizations
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Response
CSV file
Time-series data exported as CSV, one row per timestamp.
Previous
Delete a time seriesDeletes a time series data entry by ID. Note: Time series inputs with active assignments to a power plant cannot be deleted.
**Parameters:**
- `projectId` (path, required): The project ID.
- `predictionId` (path, required): The prediction ID.
- `timeSeriesId` (path, required): The time series entry ID to delete.
Next
Download time series as CSV