Source

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

Info

Gets the post Id for the given content item's comments, if it exists.

Parameters

Path Parameters

Name Schema Required Description
contentId integer:int64 Yes  

Query String Parameters

None

Example

Request

GET https://www.bungie.net/Platform/Forum/GetTopicForContent/{contentId}/

Response

PlatformErrorCode: 200

{
    // Type: integer:int64
    "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_get_Forum-GetTopicForContent.html#operation_get_Forum-GetTopicForContent