Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DestinyHistoricalStatsActivity

Summary information about the activity that was played.

Hierarchy

  • DestinyHistoricalStatsActivity

Index

Properties

directorActivityHash

directorActivityHash: number

The unique hash identifier of the DestinyActivityDefinition that was played.

Mapped to DestinyActivityDefinition in the manifest.

instanceId

instanceId: string

The unique identifier for this specific match that was played.

This value can be used to get additional data about this activity such as who else was playing via the GetPostGameCarnageReport endpoint.

isPrivate

isPrivate: boolean

Whether or not the match was a private match. There's no private matches in Destiny 2... yet... DUN DUN DUNNNN

mode

Indicates the most specific game mode of the activity that we could find.

modes

The list of all Activity Modes to which this activity applies, including aggregates. This will let you see, for example, whether the activity was both Clash and part of the Trials of the Nine event.

referenceId

referenceId: number

The unique hash identifier of the DestinyActivityDefinition that was played. If I had this to do over, it'd be named activityHash. Too late now.

Mapped to DestinyActivityDefinition in the manifest.