Get trailing actuals

GET/api/v1/cfo-projection/actuals

Trailing income statement actuals shaped for the projection page. Pass start_month/end_month (YYYY-MM) to pin an explicit window; otherwise the last trailing_months closed months are returned.

Operation ID: get_actuals_api_v1_cfo_projection_actuals_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.

Parameters

Query

trailing_monthsintegerdefault: 6

Number of trailing months (used when start/end unset)

start_monthstring

Inclusive window start in YYYY-MM. Required together with end_month.

end_monthstring

Inclusive window end in YYYY-MM. Required together with start_month.

hide_zero_rowsbooleandefault: False

Exclude line items with all-zero values

Responses

200Successful Response

successboolean
messagestring
codestring
dataProjectionActualsResponse

400Bad Request - Invalid input

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

404Not Found - Resource does not exist

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject