Configuring a Programmed Workout via API

Post questions and issues with Concept2 PM3 SDK
Post Reply
jan2107
Paddler
Posts: 1
Joined: August 4th, 2021, 3:32 pm

Configuring a Programmed Workout via API

Post by jan2107 » August 4th, 2021, 3:52 pm

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?

FooTheBar
Paddler
Posts: 13
Joined: March 8th, 2018, 4:05 pm

Re: Configuring a Programmed Workout via API

Post by FooTheBar » September 23rd, 2021, 5:34 am

The SDK is the connection to the C2-Database that contains the training results. It is not talking to the erg!

wivku
Paddler
Posts: 21
Joined: December 19th, 2014, 12:03 pm

Re: Configuring a Programmed Workout via API

Post by wivku » October 13th, 2021, 5:48 am

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/)

Post Reply