Source

This page was generated with Wiki Builder. Do not change the format!

Info

Report a player that you met in an activity that was engaging in ToS-violating activities. Both you and the offending player must have played in the activityId passed in. Please use this judiciously and only when you have strong suspicions of violation, pretty please.

Parameters

Path Parameters

Name Schema Required Description
activityId integer:int64 Yes The ID of the activity where you ran into the brigand that you're reporting.

Query String Parameters

None

Example

Request

POST https://www.bungie.net/Platform/Destiny2/Stats/PostGameCarnageReport/{activityId}/Report/

{
    // Type: Destiny.Definitions.Reporting.DestinyReportReasonCategoryDefinition:integer:uint32[]
    "reasonCategoryHashes": [
       // Type: integer:uint32
        0
    ],
    // Type: integer:uint32[]
    "reasonHashes": [
       // Type: integer:uint32
        0
    ],
    // Type: integer:int64
    "offendingCharacterId": 0,
    // Type: Destiny.Reporting.Requests.DestinyReportOffensePgcrRequest
}

Response

PlatformErrorCode: 200

{
    // Type: integer:int32
    "Response": 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
}

References

  1. https://bungie-net.github.io/multi/operation_post_Destiny2-ReportOffensivePostGameCarnageReportPlayer.html#operation_post_Destiny2-ReportOffensivePostGameCarnageReportPlayer