List checklist acknowledgements

GET /api/v1/accounting-periods/{period_id}/checklist-acks

Return all manual checklist step acknowledgements recorded for the period. Used by the close dashboard so Phase 4 'trial balance reviewed', 'P&L variance reviewed', 'controller signed off' etc. persist across page refreshes.

Operation ID: list_period_checklist_acks_api_v1_accounting_periods__period_id__checklist_acks_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

Path

period_id string required

Responses

200 Successful Response

period_id string required

Period UUID the acks belong to

period_start string · date required

Period start date

items array · CloseChecklistAckResponse CloseChecklistAckResponse
8 fields
id string required

Ack row UUID

business_id string required

Business UUID

period_start string · date required

Period start the ack is keyed to

step_id string required

Checklist step ID (e.g. trial_balance_review)

notes string

Optional free-form note

acked_by string

User who acknowledged

created_at string · date-time required

When the ack was first recorded

updated_at string · date-time required

When the ack was last updated

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

404 Not Found - Resource does not exist

422 Validation Error

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