Source

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

Info

Gets groups recommended for you based on the groups to whom those you follow belong.

Parameters

Path Parameters

Name Schema Required Description
createDateRange GroupDateRange:Enum Yes Requested range in which to pull recommended groups
groupType GroupType:Enum Yes Type of groups requested

Query String Parameters

None

Example

Request

POST https://www.bungie.net/Platform/GroupV2/Recommended/{groupType}/{createDateRange}/

Response

PlatformErrorCode: 200

{
    // Type: GroupV2Card[]
    "Response": [
       // Type: GroupV2Card
        {
            // Type: integer:int64
            "groupId": 0,
            // Type: string
            "name": "",
            // Type: GroupType:Enum
            "groupType": 0,
            // Type: string:date-time
            "creationDate": "",
            // Type: string
            "about": "",
            // Type: string
            "motto": "",
            // Type: integer:int32
            "memberCount": 0,
            // Type: string
            "locale": "",
            // Type: MembershipOption:Enum
            "membershipOption": 0,
            // Type: Capabilities:Enum
            "capabilities": 0,
            // Type: GroupV2ClanInfo
            "clanInfo": {
                // Type: string
                "clanCallsign": "",
                // Type: ClanBanner
                "clanBannerData": {
                    // Type: integer:uint32
                    "decalId": 0,
                    // Type: integer:uint32
                    "decalColorId": 0,
                    // Type: integer:uint32
                    "decalBackgroundColorId": 0,
                    // Type: integer:uint32
                    "gonfalonId": 0,
                    // Type: integer:uint32
                    "gonfalonColorId": 0,
                    // Type: integer:uint32
                    "gonfalonDetailId": 0,
                    // Type: integer:uint32
                    "gonfalonDetailColorId": 0
                }
            },
            // Type: string
            "avatarPath": "",
            // Type: string
            "theme": ""
        }
    ],
    // 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_post_GroupV2-GetRecommendedGroups.html#operation_post_GroupV2-GetRecommendedGroups