Models
Core entities used by the API and client synchronization flows.
Session
- id: UUID
- date: Date
- exercises: [Exercise]
Exercise
Usage Notes
- Session is the top-level workout record.
- Exercise appears in catalogs, programs, and session logs.
- Stable IDs are required for reliable sync and merge logic.
Related Pages
Navigation