Hello,
For my personal educational reasons I am using your public API fetching activities from the group I am member of.
I am using exactly this request:
https://www.strava.com/api/v3/clubs/" + clubId + "/activities?per_page=100&page=1
I have only problem that I am not getting activity date in the response.
This is sample JSON of the respone:
```
{"resource_state":2,"athlete":{"resource_state":2,"firstname":"Adam","lastname":"S."},"name":"Evening Run","distance":8751.0,"moving_time":2998,"elapsed_time":2998,"total_elevation_gain":38.7,"type":"Run","sport_type":"Run","workout_type":0}
```
Could you help me with the case or delegate my request to the team which can assist ?