Any coders out there that can give me a little help. I am trying to get leaderboard data but it seems the world servers only keep data within the last ~2-3 months. Anything earlier when I make a request it returns an empty xml result.
Does anybody know if they keep data further than 3 months and I am just post requesting incorrectly, or that is how it is. And if they only have partial data, does anybody know of a way I can get older data?
Thanks in advance. I included my post request below.
my post request is of the form:
http://world.needforspeed.com/SpeedAPI/ws/game/nfsw/leaderboards?et=$mpsp&eid=$eventid[0]<=$timeframe&rf=$time&dn=$name&shard=$server
for lt=3 (week) rf=28 (28th week of this year) to rf=40 (this week), any earlier and i get empty results.
Does anybody know if they keep data further than 3 months and I am just post requesting incorrectly, or that is how it is. And if they only have partial data, does anybody know of a way I can get older data?
Thanks in advance. I included my post request below.
my post request is of the form:
http://world.needforspeed.com/SpeedAPI/ws/game/nfsw/leaderboards?et=$mpsp&eid=$eventid[0]<=$timeframe&rf=$time&dn=$name&shard=$server
for lt=3 (week) rf=28 (28th week of this year) to rf=40 (this week), any earlier and i get empty results.