originally posted in:BungieNetPlatform
View Entire Topic
How do I get more information (e.g. name) of an activity using an activity hash value?
EDIT: Nevermind. Figured it out. Needed to add +'/?definitions=True' to my query string.
English
#Help
-
Edited by Seraphsys: 3/4/2015 3:21:30 PMA way to get individual hash data is at; http://www.bungie.net/platform/Destiny/Manifest/Activity/ <<The desired Hash>> The response is the same as your suggested solution; [spoiler] [requestedId] => 3468792475 [activity] => Array ( [activityHash] => 3468792475 [activityName] => Weekly Nightfall Strike [activityDescription] => The Darkness gathers around Sepiks Prime as it absorbs the essence of everything the Fallen can steal. [icon] => /img/theme/destiny/icons/node_strike_nightfall.png [releaseIcon] => /img/misc/missing_icon.png [releaseTime] => 0 [activityLevel] => 30 [completionFlagHash] => 4185808065 [activityPower] => 120 [minParty] => 1 [maxParty] => 3 [maxPlayers] => 3 [destinationHash] => 3393213630 [placeHash] => 3747705955 [activityTypeHash] => 575572995 [tier] => 1 [pgcrImage] => /img/theme/destiny/bgs/pgcrs/patrol_cosmo.jpg [rewards] => Array ( [0] => Array ( [rewardItems] => Array ( [0] => Array ( [itemHash] => 3747303650 [value] => 0 ) ) ) ) ) ) [/spoiler]