Source

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

Info

Returns information on the weekly clan rewards and if the clan has earned them or not. Note that this will always report rewards as not redeemed.

Parameters

Path Parameters

Name Schema Required Description
groupId integer:int64 Yes A valid group id of clan.

Query String Parameters

None

Example

Request

GET https://www.bungie.net/Platform/Destiny2/Clan/{groupId}/WeeklyRewardState/

Response

PlatformErrorCode: 200

{
    // Type: DestinyMilestone
    "Response": {
        // Type: Destiny.Definitions.Milestones.DestinyMilestoneDefinition:integer:uint32
        "milestoneHash": 0,
        // Type: DestinyMilestoneQuest[]
        "availableQuests": [
           // Type: DestinyMilestoneQuest
            {
                // Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32
                "questItemHash": 0,
                // Type: DestinyQuestStatus
                "status": {},
                // Type: DestinyMilestoneActivity
                "activity": {},
                // Type: DestinyChallengeStatus[]
                "challenges": [
                   // Type: DestinyChallengeStatus
                    {
                        // Type: DestinyObjectiveProgress
                        "objective": {}
                    }
                ]
            }
        ],
        // Type: Dictionary<string,number:float>
        "values": {
            "{string}": 0
        },
        // Type: Destiny.Definitions.DestinyVendorDefinition:integer:uint32[]
        "vendorHashes": [
           // Type: integer:uint32
            0
        ],
        // Type: DestinyMilestoneVendor[]
        "vendors": [
           // Type: DestinyMilestoneVendor
            {
                // Type: Destiny.Definitions.DestinyVendorDefinition:integer:uint32
                "vendorHash": 0,
                // Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32:nullable
                "previewItemHash": 0
            }
        ],
        // Type: DestinyMilestoneRewardCategory[]
        "rewards": [
           // Type: DestinyMilestoneRewardCategory
            {
                // Type: integer:uint32
                "rewardCategoryHash": 0,
                // Type: DestinyMilestoneRewardEntry[]
                "entries": [
                   // Type: DestinyMilestoneRewardEntry
                    {
                        // Type: integer:uint32
                        "rewardEntryHash": 0,
                        // Type: boolean
                        "earned": false,
                        // Type: boolean
                        "redeemed": false
                    }
                ]
            }
        ],
        // Type: string:date-time:nullable
        "startDate": "",
        // Type: string:date-time:nullable
        "endDate": ""
    },
    // 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_Destiny2-GetClanWeeklyRewardState.html#operation_get_Destiny2-GetClanWeeklyRewardState