09-29-2023 07:12 AM
https://developers.strava.com/docs/reference/#api-models-DetailedActivity states that a `best_efforts` field should be returned. Presumably this would be a subset of the `segment_efforts` collection, but I am not seeing it returned in any queries in order to verify this assumption. What are the conditions that result in an activity returning the `best_efforts` field? Is it a subset of `segment_efforts`? Or is it something else? The docs should be updated with this information.
09-29-2023 10:51 AM
"best_efforts" are included for run activities and contain the best splits for 400 m, 1/2 mile, 1000 m and so on, i.e.:
09-29-2023 12:01 PM
Where have you learned this information?
09-30-2023 05:07 AM
By analyzing the jsons I get
10-02-2023 01:42 PM
Thank you, but I'm looking for proper documentation from the platform owners. We shouldn't have to guess at this stuff. Note that there are still unanswered questions even given your example payload. We could of course guess further, but, again, I'm asking for actual docs.
Welcome to the Community - here is your guide to help you get started!