Page 1 of 1

Configuring a Programmed Workout via API

Posted: August 4th, 2021, 3:52 pm
by jan2107
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?

Re: Configuring a Programmed Workout via API

Posted: September 23rd, 2021, 5:34 am
by FooTheBar
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

Posted: October 13th, 2021, 5:48 am
by wivku
The SDK is the connection to the C2-Database that contains the training results. It is not talking to the erg!
It is the other way around:
- 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/)