Reference for http://www.bungie.net/d1/Platform/Destiny/Stats/PostGameCarnageReport/{activityId}/
Gets the available post game carnage report for the activity ID.
Url: http://www.bungie.net/d1/Platform/Destiny/Stats/PostGameCarnageReport/{activityId}/
HTTP Method: GET
Requires Sign-in: false
Url Parameters:
| Parameter Name | Description |
|---|---|
| activityId | The ID of the activity whose PGCR is requested. |
| definitions | Client would like activity and weapon definitions returned in response. |
Request/Response Body Formats:
| Message Direction | Format | Body |
|---|---|---|
| Request | N/A | HTTP Get requests have no request body. |
| Response | JSON | JSON object |
The following is an example of a response JSON body for this method.
{
"Response": null,
"ErrorCode": 0,
"ThrottleSeconds": 0,
"ErrorStatus": null,
"Message": null,
"MessageData": null
}