originally posted in:BungieNetPlatform
Hello! Which endpoint used to get new Prison of Elders activity?
Thank you!
English
-
It's the same as the regular activity history stuff /Stats/ActivityHistory/{membershipType}/{destinyMembershipId}/{characterId}/ [url=https://www.bungie.net/platform/destiny/help/HelpDetail/GET?uri=Stats%2fActivityHistory%2f%7bmembershipType%7d%2f%7bdestinyMembershipId%7d%2f%7bcharacterId%7d%2f]ActivityHistory Endpoint help docs[/url] if you want JUST PoE... there are 3 new "mode" param values "AllArena": 20, "Arena": 21, "ArenaChallenge": 22 So your call would look like: /Stats/ActivityHistory/{membershipType}/{destinyMembershipId}/{characterId}/?lc=en&lcin=true&fmt=true&mode=21&count=10&page=0&definitions=true you could also set mode=20 for all arena activity, or mode=22 for just Challenge (which maybe is the level 35 version?? not sure)