originally posted in:BungieNetPlatform
Hello there,
I've just started using the destiny api and i've been having tons of fun with it, but now i've run into a problem...
I'm trying to put together a basic app for pvp stat-tracking. I know about the endpoint for retrieving activities along with the stats.
http://www.bungie.net/platform/destiny/Stats/ActivityHistory/2/4611686018428398539/2305843009214993437/?mode=Raid&page=0&count=1&definitions=true
My question mainly concerns the mode parameter. Is there a general PvP parameter i can pass as mode to retrieve a list of all pvp activities? This would be very helpful.
Thanks in advance,
Xyfi
English
-
You can use AllPvP for mode to get all PvP matches. Here is a list of current modes: None = 0, Story = 2, Strike = 3, Raid = 4, AllPvP = 5, Patrol = 6, AllPvE = 7, PvPIntroduction = 8, ThreeVsThree = 9, Control = 10, Lockdown = 11, Team = 12, FreeForAll = 13, Nightfall = 16, Heroic = 17,
-
Edited by TheF1rstPancake: 1/2/2015 2:06:30 AMI've been having the same problem. Putting 'Crucible' in for mode doesn't work, but doing 'Control' does: [url]http://www.bungie.net/platform/destiny/Stats/ActivityHistory/2/4611686018428398539/2305843009214993437/?mode=Control&page=0&definitions=true[/url] Not sure what's up. Control is also the [b] only [/b] gamemode I got to give back a valid result.