Hi,
I would like to integrate and display advanced metrics for Subscription users in our application, such as Fitness Score, Relative Effort, Training Log, etc., to provide a fitness summary, send notifications, predictions, and more.
However, I couldn’t find a clear endpoint for this in the documentation. It seems like I might need to retrieve all activities, count their relative effort (which appears to be tied to the `suffer_score`), and then manually calculate the values. But I would expect there to be an easier method.
Could you please clarify if there is a more straightforward way to achieve this?
Thanks for your help.