Source

This page was generated with Wiki Builder. Do not change the format!

Info

Gets details about unique weapon usage, including all exotic weapons.

Parameters

Path Parameters

Name Schema Required Description
characterId integer:int64 Yes The id of the character to retrieve.
destinyMembershipId integer:int64 Yes The Destiny membershipId of the user to retrieve.
membershipType BungieMembershipType:Enum Yes A valid non-BungieNet membership type.

Query String Parameters

None

Example

Request

GET https://www.bungie.net/Platform/Destiny2/{membershipType}/Account/{destinyMembershipId}/Character/{characterId}/Stats/UniqueWeapons/

Response

PlatformErrorCode: 200

{
    // Type: DestinyHistoricalWeaponStatsData
    "Response": {
        // Type: DestinyHistoricalWeaponStats[]
        "weapons": [
           // Type: DestinyHistoricalWeaponStats
            {
                // Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32
                "referenceId": 0,
                // Type: Dictionary<string,DestinyHistoricalStatsValue>
                "values": {
                    "{string}": {
                        // Type: string
                        "statId": "",
                        // Type: DestinyHistoricalStatsValuePair
                        "basic": {},
                        // Type: DestinyHistoricalStatsValuePair
                        "pga": {},
                        // Type: DestinyHistoricalStatsValuePair
                        "weighted": {},
                        // Type: integer:int64:nullable
                        "activityId": 0
                    }
                }
            }
        ]
    },
    // Type: PlatformErrorCodes:Enum
    "ErrorCode": 0,
    // Type: integer:int32
    "ThrottleSeconds": 0,
    // Type: string
    "ErrorStatus": "",
    // Type: string
    "Message": "",
    // Type: Dictionary<string,string>
    "MessageData": {
        "{string}": ""
    },
    // Type: object
}

References

  1. https://bungie-net.github.io/multi/operation_get_Destiny2-GetUniqueWeaponHistory.html#operation_get_Destiny2-GetUniqueWeaponHistory