originally posted in:BungieNetPlatform
View Entire Topic
Right now I can grab the "nightfallActivityHash" from the Public Advisors endpoint, but when I feed that hash to the Manifest you don't get a hash for the actual Strike details that is the current nightfall. The only link I see as to which strike the nightfall is, is through the "activityDescription". I could get the Manifest data for the strike by comparing the description text against available strikes in the manifest, but this seems very tedious and inefficient.
Has anyone come across any other method than comparing the "activityDescription" property against the available strike hashes in the manifest to get the current week's strike details (eg. full name)?
English
-
You tried with definitions=true? http://www.bungie.net/platform/destiny/advisors/?definitions=true This call returns a "definitions" object into "Response" object. With this you can get the descriptions. Response->data->nightfallActivityHash->(Take the hash) Response->definitions->activities->(Search for the hash)