Source

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

Info

Gets a list of available optional conversation channels and their settings.

Parameters

Path Parameters

Name Schema Required Description
groupId integer:int64 Yes Requested group's id.

Query String Parameters

None

Example

Request

GET https://www.bungie.net/Platform/GroupV2/{groupId}/OptionalConversations/

Response

PlatformErrorCode: 200

{
    // Type: GroupOptionalConversation[]
    "Response": [
       // Type: GroupOptionalConversation
        {
            // Type: integer:int64
            "groupId": 0,
            // Type: integer:int64
            "conversationId": 0,
            // Type: boolean
            "chatEnabled": false,
            // Type: string
            "chatName": "",
            // Type: ChatSecuritySetting:Enum
            "chatSecurity": 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_GroupV2-GetGroupOptionalConversations.html#operation_get_GroupV2-GetGroupOptionalConversations