Hello,
I want to configure a programmed workout (e.g. a 500 meter rowing workout) via concept2 API. I already saw that it's possible with the SDK.
But is it also possible with the API?
On the API documentation i found this endpoint:
"/api/users/{user}/results"
But for me it looks like this one only works with finished workouts. Or am i seeing this wrong?
Configuring a Programmed Workout via API
Re: Configuring a Programmed Workout via API
The SDK is the connection to the C2-Database that contains the training results. It is not talking to the erg!
Re: Configuring a Programmed Workout via API
It is the other way around:The SDK is the connection to the C2-Database that contains the training results. It is not talking to the erg!
- SDK talks to the erg performance monitor (https://www.concept2.com/service/softwa ... opment-kit)
- API talks to the Concept2 online logbook (to read or write workout results) (https://log.concept2.com/developers/documentation/)