Source

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

Info

Gets tag suggestions based on partial text entry, matching them with other tags previously used in the forums.

Parameters

Path Parameters

None

Query String Parameters

Name Schema Required Description
partialtag string No The partial tag input to generate suggestions from.

Example

Request

GET https://www.bungie.net/Platform/Forum/GetForumTagSuggestions/

Response

PlatformErrorCode: 200

{
    // Type: TagResponse[]
    "Response": [
       // Type: TagResponse
        {
            // Type: string
            "tagText": "",
            // Type: IgnoreResponse
            "ignoreStatus": {
                // Type: boolean
                "isIgnored": false,
                // Type: IgnoreStatus:Enum
                "ignoreFlags": 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-GetForumTagSuggestions.html#operation_get_Forum-GetForumTagSuggestions