Download a model as a live-formula Excel workbook
/api/v1/dashboards/{dashboard_id}/model/workbookStream the model as an .xlsx whose computed cells hold real Excel formulas — subtotals, roll-forwards and assumption references stay live, so an analyst can change a rate in the Assumptions sheet and watch every dependent line move.
This is deliberately separate from POST /{dashboard_id}/export. That route serialises stored widget snapshots and would flatten every formula to a frozen number; this one re-evaluates the spec against current ledger data and writes the formulas themselves.
Authentication
Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.
Parameters
Path
dashboard_idstringrequired
Responses
400Bad Request - Invalid input
Schema: ErrorResponse
errorstringrequiredError category:
validation_error,unauthorized,forbidden,not_found,conflict,rate_limited,server_error, orservice_unavailable.messagestringrequiredHuman-readable explanation, safe to show to end users.
codestringrequiredStable machine-readable code in
CATEGORY_NNNform (e.g.NOT_FOUND_006,AUTH_010,GEN_002).request_idstringCorrelation id for support requests. Echoes the
x-request-idrequest header when one was supplied.errorsobjectField-level validation messages keyed by field name. Present on 400/422 validation failures only.
401Unauthorized - Missing/invalid token or no access to this business
Schema: ErrorResponse
errorstringrequiredError category:
validation_error,unauthorized,forbidden,not_found,conflict,rate_limited,server_error, orservice_unavailable.messagestringrequiredHuman-readable explanation, safe to show to end users.
codestringrequiredStable machine-readable code in
CATEGORY_NNNform (e.g.NOT_FOUND_006,AUTH_010,GEN_002).request_idstringCorrelation id for support requests. Echoes the
x-request-idrequest header when one was supplied.errorsobjectField-level validation messages keyed by field name. Present on 400/422 validation failures only.
403Forbidden - Insufficient permissions
Schema: ErrorResponse
errorstringrequiredError category:
validation_error,unauthorized,forbidden,not_found,conflict,rate_limited,server_error, orservice_unavailable.messagestringrequiredHuman-readable explanation, safe to show to end users.
codestringrequiredStable machine-readable code in
CATEGORY_NNNform (e.g.NOT_FOUND_006,AUTH_010,GEN_002).request_idstringCorrelation id for support requests. Echoes the
x-request-idrequest header when one was supplied.errorsobjectField-level validation messages keyed by field name. Present on 400/422 validation failures only.
404Not Found - Resource does not exist
Schema: ErrorResponse
errorstringrequiredError category:
validation_error,unauthorized,forbidden,not_found,conflict,rate_limited,server_error, orservice_unavailable.messagestringrequiredHuman-readable explanation, safe to show to end users.
codestringrequiredStable machine-readable code in
CATEGORY_NNNform (e.g.NOT_FOUND_006,AUTH_010,GEN_002).request_idstringCorrelation id for support requests. Echoes the
x-request-idrequest header when one was supplied.errorsobjectField-level validation messages keyed by field name. Present on 400/422 validation failures only.
422Validation Error
Schema: ErrorResponse
errorstringrequiredError category:
validation_error,unauthorized,forbidden,not_found,conflict,rate_limited,server_error, orservice_unavailable.messagestringrequiredHuman-readable explanation, safe to show to end users.
codestringrequiredStable machine-readable code in
CATEGORY_NNNform (e.g.NOT_FOUND_006,AUTH_010,GEN_002).request_idstringCorrelation id for support requests. Echoes the
x-request-idrequest header when one was supplied.errorsobjectField-level validation messages keyed by field name. Present on 400/422 validation failures only.