originally posted in:BungieNetPlatform
From the ActivityHistory docs, unfortunately it doesn't look like date ranges are valid params yet
https://www.bungie.net/platform/destiny/help/HelpDetail/GET?uri=Stats%2fActivityHistory%2f%7bmembershipType%7d%2f%7bdestinyMembershipId%7d%2f%7bcharacterId%7d%2f
I know there's another endpoint that does allow date ranges, but I guess they just havent had a chance to move that range filtering to the ActivityHistory endpoint
English
-
Edited by AquaticATL: 4/27/2015 9:12:24 PMThanks! I hope this gets added sometime. In the mean time I may try to retrieve the date of each game and just terminate the loop when it comes before the weekly reset date. Now I just have to figure out how to get the most recent Tuesday automatically in Python