Source
This page was generated with Wiki Builder. Do not change the format!
Info
Gets historical stats definitions.
- URI: /Destiny2/Stats/Definition/
- Basepath: https://www.bungie.net/Platform
- Method: GET
- Service: Destiny2
- Permissions: None
- Officially Supported: Yes
Parameters
Path Parameters
None
Query String Parameters
None
Example
Request
GET https://www.bungie.net/Platform/Destiny2/Stats/Definition/
Response
PlatformErrorCode: 200
{
// Type: Dictionary<string,Destiny.HistoricalStats.Definitions.DestinyHistoricalStatsDefinition>
"Response": {
"{string}": {
// Type: string
"statId": "",
// Type: DestinyStatsGroupType:Enum
"group": {},
// Type: PeriodType:Enum[]
"periodTypes": [
// Type: PeriodType:Enum
0
],
// Type: DestinyActivityModeType:Enum[]
"modes": [
// Type: DestinyActivityModeType:Enum
0
],
// Type: DestinyStatsCategoryType:Enum
"category": {},
// Type: string
"statName": "",
// Type: string
"statNameAbbr": "",
// Type: string
"statDescription": "",
// Type: UnitType:Enum
"unitType": {},
// Type: string
"iconImage": "",
// Type: integer:int32:nullable
"mergeMethod": 0,
// Type: string
"unitLabel": "",
// Type: integer:int32
"weight": 0,
// Type: integer:uint32:nullable
"medalTierHash": 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
}