Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
period | string:date-time | Date and time for the activity. |
activityDetails | DestinyHistoricalStatsActivity | Details about the activity. |
entries | DestinyPostGameCarnageReportEntry[] | Collection of players and their data for this activity. |
teams | DestinyPostGameCarnageReportTeamEntry[] | Collection of stats for the player in this activity. |
Example
{
// Type: string:date-time
"period": "",
// Type: DestinyHistoricalStatsActivity
"activityDetails": {},
// Type: DestinyPostGameCarnageReportEntry[]
"entries": [
// Type: DestinyPostGameCarnageReportEntry
{
// Type: integer:int32
"standing": 0,
// Type: DestinyHistoricalStatsValue
"score": {},
// Type: DestinyPlayer
"player": {},
// Type: integer:int64
"characterId": 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: DestinyPostGameCarnageReportExtendedData
"extended": {}
}
],
// Type: DestinyPostGameCarnageReportTeamEntry[]
"teams": [
// Type: DestinyPostGameCarnageReportTeamEntry
{
// Type: integer:int32
"teamId": 0,
// Type: DestinyHistoricalStatsValue
"standing": {},
// Type: DestinyHistoricalStatsValue
"score": {},
// Type: string
"teamName": ""
}
]
}