Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DestinyItemResponse

The response object for retrieving an individual instanced item. None of these components are relevant for an item that doesn't have an "itemInstanceId": for those, get your information from the DestinyInventoryDefinition.

Hierarchy

  • DestinyItemResponse

Index

Properties

Optional characterId

characterId: string

If the item is on a character, this will return the ID of the character that is holding the item.

instance

Basic instance data for the item.

COMPONENT TYPE: ItemInstances

item

Common data for the item relevant to its non-instanced properties.

COMPONENT TYPE: ItemCommonData

objectives

Information specifically about the item's objectives.

COMPONENT TYPE: ItemObjectives

perks

Information specifically about the perks currently active on the item.

COMPONENT TYPE: ItemPerks

renderData

Information about how to render the item in 3D.

COMPONENT TYPE: ItemRenderData

sockets

Information about the sockets of the item: which are currently active, what potential sockets you could have and the stats/abilities/perks you can gain from them.

COMPONENT TYPE: ItemSockets

stats

Information about the computed stats of the item: power, defense, etc...

COMPONENT TYPE: ItemStats

talentGrid

Information about the talent grid attached to the item. Talent nodes can provide a variety of benefits and abilities, and in Destiny 2 are used almost exclusively for the character's "Builds".

COMPONENT TYPE: ItemTalentGrids