Hi All,
I've managed to use the Training API to create a custom workout, sync to my device, then complete the workout, and send it back to my server using the activity and activityDetails webhooks in the API Tools. I'm now trying to match the completed activity to the specific user and the specific workout they have completed in my database but the returned payload doesn't contain a reference to the original workout that It was created from, it just has activityId and userId, I was expecting a workoutId.
Does anyone have any ideas how to get the workoutId reference, or a way to figure out which workout was completed?
A user can create multiple workouts on our app and sync them to their Garmin, so we need to figure out which workout has been completed to close the loop on the experience. Any ideas would be appreciated.
Thanks,
Ben