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.
- URI: /GroupV2/{groupId}/OptionalConversations/
- Basepath: https://www.bungie.net/Platform
- Method: GET
- Service: GroupV2
- Permissions: None
- Officially Supported: Yes
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
}