The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.
08-22-2024 12:33 PM
Good afternoon,
I'm having trouble with different pages being returned in the "/segment_efforts" query. Could there be a problem?
https://www.strava.com/api/v3/segment_efforts?segment_id=1602541&per_page=10&page=2
Thank You
Solved! Go to Solution.
08-22-2024 01:26 PM
According to the API Documentation there is no page parameter (https://developers.strava.com/docs/reference/#api-SegmentEfforts-getEffortsBySegmentId). Try using start_date_local and end_date_local instead.
08-22-2024 01:26 PM
According to the API Documentation there is no page parameter (https://developers.strava.com/docs/reference/#api-SegmentEfforts-getEffortsBySegmentId). Try using start_date_local and end_date_local instead.
08-22-2024 02:12 PM
Thank you!
I thought that it was possible to enter the page parameter in all queries and now I see that it is not. 😅
Welcome to the Community - here is your guide to help you get started!