Source
This page was generated with Wiki Builder. Do not change the format!
Info
Gets details about unique weapon usage, including all exotic weapons.
- URI: /Destiny2/{membershipType}/Account/{destinyMembershipId}/Character/{characterId}/Stats/UniqueWeapons/
- Basepath: https://www.bungie.net/Platform
- Method: GET
- Service: Destiny2
- Permissions: None
- Officially Supported: Yes
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
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
}