Bungie-net / api

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

currentActivityModeType missing from Raid when calling getprofile API #1341

Open mikechambers opened 3 years ago

mikechambers commented 3 years ago

Calling getprofile with component 204

https://www.bungie.net/Platform/Destiny2/1/Profile/4611686018429783292/?components=204

While character is in Deep Stone Crypt raid:

Data returned for active character includes:

"currentActivityHash": 910380154,
"currentActivityModeHash": 2166136261,
"currentPlaylistActivityHash": 910380154,

It is missing mode type data fields, including currentActivityModeType, and currentActivityModeTypes.

It should include:

currentActivityModeType: 4

and probably

currentActivityModeTypes :[4, 7];

Note, data is also missing from Nightmare hunts.

jshaffstall-bng commented 3 years ago

Interesting! Filed as TFS 961145.