cancel
Showing results for 
Search instead for 
Did you mean: 

API club activities not showing activity date

dinodsaurus
Mt. Kenya

Hello first of all thanks for the awesome app and easy to use API!

Im pulling the club data and everything works just perfect!

/clubs/{id}/activities


https://developers.strava.com/docs/reference/#api-Clubs-getClubActivitiesById

But unfortunetly in the reponse is no activity date field 😞

[ {
  "resource_state" : 2,
  "athlete" : {
    "resource_state" : 2,
    "firstname" : "Peter",
    "lastname" : "S."
  },
  "name" : "World Championship",
  "distance" : 2641.7,
  "moving_time" : 577,
  "elapsed_time" : 635,
  "total_elevation_gain" : 8.8,
  "type" : "Ride",
  "sport_type" : "MountainBikeRide",
  "workout_type" : null
} ]

So I was wondering if by any chance you could add activity date field to the response 🙏🙏

1 REPLY 1

dinodsaurus
Mt. Kenya

Also adding some unique identifier for each athlete would be super useful 😉