Skip to main content

Forecast API

Forecast Data

GET /api/forecast
POST /api/forecast

GET

Returns the current forecast view including:
  • Per-rep forecast summaries with quota attainment
  • 5-band probability-weighted totals (Won, Commit, Probable, Upside, Projection)
  • Low/Medium/High/Moonshot bands
  • Historical snapshot comparisons
  • Pipeline cohort vintage analysis

POST

Creates or updates forecast overrides for specific opportunities in a period.

Forecast Override Object

FieldTypeDescription
opportunity_idUUIDTarget deal
periodstringForecast period (e.g., “2025-Q2”)
pillar_categoryenumWon, Commit, Probable, Upside, Projection
amountdecimalForecast amount
weighted_amountdecimalAuto-calculated probability-weighted amount
probability_pctintegerCategory probability (100/100/50/25/15)
next_stepstringDated deal narrative
exec_sponsor_engagedbooleanExecutive engagement status
confidence_rationalestringWhy this category was assigned
product_mixstring[]Products in the deal

Probability Weights

CategoryWeight
Won100%
Commit100%
Probable50%
Upside25%
Projection15%