Source
This page was generated with Wiki Builder. Do not change the format!
Info
Returns a list of all available group themes.
- URI: /GroupV2/GetAvailableThemes/
- Basepath: https://www.bungie.net/Platform
- Method: GET
- Service: GroupV2
- Permissions: None
- Officially Supported: Yes
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
}