originally posted in:BungieNetPlatform
View Entire Topic
I apologize if this has been asked before. I couldn't find a search option but did Ctrl+F the first 4 pages of results for the string 'focused'.
Anyway, I contribute to a 3rd party transfer app and am wanting to show Focused Light in the Post Master section of this app, similar to how it is shown in game and also on the Bungie dot net site.
The problem is that there's no Focused Light items that come through the two endpoints we're using to grab vault data and character data ('/Destiny/xxx/MyAccount/Vault/', '/Destiny/xxx/Account/yyy/Character/zzz/Inventory/').
Does anyone know which endpoint to query for Focused Light?
-
Grasping at straws trying various endpoints, it looks like you can see it under this tree: 'Response -> data -> inventory -> buckets -> Invisible' through the '/Destiny/{membershipType}/Account/{destinyMembershipId}/' endpoint. (http://bungienetplatform.wikia.com/wiki/GetAccount)