Reference for http://www.bungie.net/Platform/Destiny2/Clan/{groupId}/WeeklyRewardState/

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.

Url: http://www.bungie.net/Platform/Destiny2/Clan/{groupId}/WeeklyRewardState/

HTTP Method: GET

Requires Sign-in: true

Url Parameters:

Parameter Name Description
groupId A valid group id of clan.

Request/Response Body Formats:

Message Direction Format Body
Request N/A HTTP Get requests have no request body.
Response JSON JSON object

The following is an example of a response JSON body for this method.

{
  "Response": null,
  "ErrorCode": 0,
  "ThrottleSeconds": 0,
  "ErrorStatus": null,
  "Message": null,
  "MessageData": null,
  "DetailedErrorTrace": null
}