Mode 17 is labeled as HeroicNightfall and returns nothing for all cases:
Example of endpoint used:
https://www.bungie.net/Platform/Destiny2/2/Account/4611686018428814901/Character/0/Stats/?groups=0&modes=17&periodType=2
Example return:
{
"Response": {
"heroicNightfall": {}
},
"ErrorCode": 1,
"ThrottleSeconds": 0,
"ErrorStatus": "Success",
"Message": "Ok",
"MessageData": {}
}
Have you tried the endpoint including a valid characterId?
Are you authenticated as the Account ID below when this occurs, or anonymous?
On Nov 16, 2017, at 12:18, mistahj67 notifications@github.com wrote:
Mode 17 is labeled as HeroicNightfall and returns nothing for all cases:
Example of endpoint used:
https://www.bungie.net/Platform/Destiny2/2/Account/4611686018428814901/Character/0/Stats/?groups=0&modes=17&periodType=2
Example return:
{
"Response": {
"heroicNightfall": {}
},
"ErrorCode": 1,
"ThrottleSeconds": 0,
"ErrorStatus": "Success",
"Message": "Ok",
"MessageData": {}
}—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Yes valid characterId returns the same.
Example:
https://www.bungie.net/Platform/Destiny2/2/Account/4611686018428814901/Character/2305843009262458618/Stats/?groups=0&modes=17&periodType=2
Return:
{
"Response": {
"heroicNightfall": {}
},
"ErrorCode": 1,
"ThrottleSeconds": 0,
"ErrorStatus": "Success",
"Message": "Ok",
"MessageData": {}
}
Just chiming in to vote that I would love to have this endpoint functional for my site. :) My current roll-your-own approach is pretty ugly when it comes to prestige nightfalls, and they are changing the rules for nightfalls soon in terms of completions, so it would be oh-so-convenient to just be able to pull activitiesCleared stat!
Ah, yes - I still need to investigate this, I have not yet done so. Thanks for bringing it back to my attention!
Cool thanks!
BUG 612572
I think I found the cause. The fix will be deployed soon!
Thanks so much! (insert dancing party emoji here)
This fix is deployed now.