/
/Board Foresight API - V1
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 15h ago · Updated 3w ago
Alert1
AlertDefinition2
AnalysisJob2
ComponentContributionOverrideValues3
Context1
DataIntegration3
DiscoverJob2
Enumeration6
Favorites3
ForecastModel16
  • get/backtest
  • getRetrieves information for a single model given the ID
  • getRetrieves the list of accessible forecast models for the user
  • get/rawmodel/{ForecastModelId}
  • get/rawmodel/{ForecastModelId}/{UseForecastFrequency}
  • get/model/summary/{ForecastModelId}
  • get/model/consistency/{ForecastModelId}
  • get/forecast/{ForecastModelId}
  • get/model/contribution/{ForecastModelId}
  • postChecks model health for the given model id
  • get/model/impact/{ForecastModelId}
  • get/forecast/risk/{ForecastModelId}
  • get/forecast/riskgrowth/{ForecastModelId}
  • get/forecast/statistics/{ForecastModelId}
  • get/forecast/modelscore/{ForecastModelId}
  • getRetrieves a log forecast model contribution
ForecastModelHistory1
ForecastSummary2
Indicator10
Provider1
Scenario2
Tag1
Test1
UserContext2
Workbench4
    ForecastModel

    Performs a backtest on the supplied model id

    get/backtest

    Query parameters

    ForecastModelIdstring uuid
    AsOfDatestring date-time
    TargetHorizoninteger

    Changes