Get active scenario

GET /api/v1/cfo-projection/scenarios/active

Get the currently active projection scenario, or null.

Operation ID: get_active_scenario_api_v1_cfo_projection_scenarios_active_get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Responses

200 Successful Response

id string required
business_id string required
name string required
is_active boolean required
base_month string · date required
projection_months integer required
revenue_drivers object
cost_classifications object
variable_drivers object
fixed_drivers object
monthly_overrides object
tax_rate number required
interest_income_monthly integer required
interest_expense_monthly integer required
created_at string · date-time required
updated_at string · date-time required

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object