Changelog
Behavior changes in the Auditmark API, newest first.
Breaking or behavior-changing API updates are listed here, newest first. Additive changes (new fields, new endpoints) are not listed unless they change existing behavior.
2026-07-18: omitted scheduled_at creates an unscheduled inspection
Creating an inspection without scheduled_at (or with scheduled_at: null) now yields an
UNSCHEDULED inspection: the stored date is null, the inspection has no due date, it is never
counted or shown as overdue, and it produces no reminder notifications. Pass an explicit
timestamp to schedule an inspection. Previously the creation instant was silently used as the
scheduled date, which made every undated inspection appear overdue immediately.
Related behavior in the same release: an inspector self-create without a date starts the
inspection immediately (in_progress, started_at stamped), and duplicated or follow-up
inspections start unscheduled.