Source
This page was generated with Wiki Builder. Do not change the format!
Info
Gets the available post game carnage report for the activity ID.
- URI: /Destiny2/Stats/PostGameCarnageReport/{activityId}/
- Basepath: https://www.bungie.net/Platform
- Method: GET
- Service: Destiny2
- Permissions: None
- Officially Supported: Yes
Parameters
Path Parameters
Name | Schema | Required | Description |
---|---|---|---|
activityId | integer:int64 | Yes | The ID of the activity whose PGCR is requested. |
Query String Parameters
None
Example
Request
GET https://www.bungie.net/Platform/Destiny2/Stats/PostGameCarnageReport/{activityId}/
Response
PlatformErrorCode: 200
{
// Type: DestinyPostGameCarnageReportData
"Response": {
// 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": ""
}
]
},
// Type: PlatformErrorCodes:Enum
"ErrorCode": 0,
// Type: integer:int32
"ThrottleSeconds": 0,
// Type: string
"ErrorStatus": "",
// Type: string
"Message": "",
// Type: Dictionary<string,string>
"MessageData": {
"{string}": ""
},
// Type: object
}