Hi,
I'm trying to retrieve the total games played for each team for a specific date time point. This doesn't appear to be something that that is available through the API (please correct me if I'm wrong)?
To collect this information manually, I'm trying to query each roster for each team on each particular date with stats. From previous posts in the forum, I've learned the query below retrieves single team roster with players stat on a specific date:
teams;team_keys=304.l.123456.t.1/roster/players/stats;type=date;date=2012-12-29
My dilemma is I want this for multiple teams. Is there a way to get the same data for multiple teams with one call (I've tried adding multiple team_keys to the above query and it does not work)?