TimeSeries
Create new time series
Adds time series data via JSON. Requires TimeSeriesDTO with Details array.
Parameters:
-
projectId(path, required): The project ID. -
predictionId(path, required): The prediction ID. -
timeSeriesData(body, required): TimeSeriesDTO with Details array (non-empty).
POST
Create new time series
Authorizations
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Body
application/json
Response
Created
Previous
Download time series CSV templateReturns 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.
Next
Create new time series