Source

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

Info

Returns a list of all available group themes.

Parameters

Path Parameters

None

Query String Parameters

None

Example

Request

GET https://www.bungie.net/Platform/GroupV2/GetAvailableThemes/

Response

PlatformErrorCode: 200

{
    // Type: GroupTheme[]
    "Response": [
       // Type: GroupTheme
        {
            // Type: string
            "name": "",
            // Type: string
            "folder": "",
            // Type: string
            "description": ""
        }
    ],
    // 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-GetAvailableThemes.html#operation_get_GroupV2-GetAvailableThemes