TimeSeries
Download time series CSV template
Returns a CSV template for time series data upload. Use to understand the expected format.
Parameters:
-
projectId(path, required): The project ID. -
predictionId(path, required): The prediction ID.
GET
Download time series CSV template
Authorizations
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Response
CSV template file
CSV template: header row only. Fill in values per row and
re-upload via POST .../TimeSeriesData to create a new
time series.
Previous
Get time series detailsReturns the specified time series data properties, including timestamp details.
Next
Download time series CSV template