Bungie-net / api

Resources for the Bungie.net API
Other
1.22k stars 92 forks source link

Getting the Profile Nightfall Rank #745

Open xxbiohazrdxx opened 6 years ago

xxbiohazrdxx commented 6 years ago

Is there currently a way to get the Nightfall Rank for a player?

It looks like the hash for the Nightfall Rank is 689153319 defined in DestinyProgressionDefinition and should be found in whatever endpoint returns Destiny.DestinyProgression according to the documentation.

My first thought was GetProfile with component ProfileProgression, which doesn't seem to be it.

In addition, was a new DestinyActivityModeType added for Forsaken Nightfalls? Using GetHistoricalStats with mode 16, 17, 46, and 47 over the allTime period returns a lot of max scores which don't match up with what I would expect.

vthornheart-bng commented 6 years ago

I'll take a look when I get in, my bet is that it's character-scoped and thus would be in character progression data, but that's just my gut feeling on it: I've not actually looked for it yet!

I'll also have to take a look at Nightfall in Forsaken. Can you give an example of an account that you're looking at, and its expected vs. actual value?