pub async fn note_get(id: u64, profile: Option<String>) -> Result<()>Expand description
Print an activity’s note. Garmin’s mobile app calls this a “note”; the API
stores it as the top-level description field. Prints only the note text to
stdout (script-friendly), or nothing when no note is set.