Is there a way to access advanced running dynamics data?

I'm trying to use vertical oscillation data inside of a data field I'm making, but it seems it doesn't exist in Activity.info. Also, I've noticed that intellisense in VS Code sometimes auto fills vertical oscillation, but the code won't compile with info.verticalOscillation. If it doesn't exist in the API, are there any workarounds, like looking into the fit file data to find vertical oscillation? Thanks for any help!

  • It's not in the SDK, and there's no way CIQ could look into a fit file either. The "best" you could do is so complicated that it probably isn't worth trying (plus you can only do it as a company IMHO): create a backend app that gets the activity pushed to it (similar to how your activity is pushed to Strava), and there you process it, and then you can have an api that gives it to a CIQ app via a web requests. I don't think it's worth the hustle, as you'll only get data after finishing and syncing an activity, but then just do it a web service, without CIQ.