Reference for http://www.bungie.net/Platform/Forum/GetTopicForContent/{contentId}/
Gets the post Id for the given content item's comments, if it exists.
Url: http://www.bungie.net/Platform/Forum/GetTopicForContent/{contentId}/
HTTP Method: GET
Requires Sign-in: Anonymous Access Only
Url Parameters:
| Parameter Name | Description |
|---|---|
| contentId |
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": "0",
"ErrorCode": 0,
"ThrottleSeconds": 0,
"ErrorStatus": null,
"Message": null,
"MessageData": null,
"DetailedErrorTrace": null
}