originally posted in:BungieNetPlatform
I'm looking at the new GetPublicVendor endpoint for Iron Banner gear, and was wondering if there was any way to see what progression rank you need to be to be able to purchase items? I'm looking at the response and it doesn't seem to be anything there that indicates this, but I may just be missing it.
-
Edited by lowlines: 10/15/2015 12:42:29 AMThere's something called "requiredUnlockFlags" which sits at the same level as the "item" object that will have a list of unlockFlags (see DestinyUnlockFlagDefinition). "unlockStatuses" has an "isSet" boolean which you can use to check whether that character is eligible to acquire the item. However from what I can see, both of these are only filled out in the private, character specific endpoint for getting information about Vendors (for Iron Banner at least).
-
Ah, unfortunately this information isn't expressed in a very "programmatic-access-friendly" manner. I too would like to see this in a more consumable form - I'll bring this up, but given the amount of data that currently exists in this less accessible manner I get the feeling that it won't come around any time soon. But I definitely would like to have it as well.