I would like a faster method of querying a detailed representation for a list of Strava activities. I can make a single query via:
/activities/{id}
However, I have 1000 activities and need to make a seperate call for each acitivity id. And this takes too long.
It would be nice to be able to query on a list of activity ids. Is this possible?
Side note: The same question was stated nicely on another forum. I did not write it, but will link for clarity.