v1

latestOpenAPI 3.0.22026-07-2441902.6 MB
WFM

Upload Forecast Import from CSV file

Upload a forecast CSV file for the account. Returns the import ID and status in the response body and the URL for tracking import status in the Content-Location header.

post/wfm/timeseries/v1/forecast_imports

Response

Forecast Import accepted and queued for processing

idstring required

The unique identifier for the forecast import.

statusstring required

The current status of the import.

Example response

{
  "id": "8ae6a6b17c6fcc00017c6fddd2c00001",
  "status": "UPLOADED"
}