Source
This page was generated with Wiki Builder. Do not change the format!
Info
Returns a list of all available group avatars for the signed-in user.
- URI: /GroupV2/GetAvailableAvatars/
- 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/GetAvailableAvatars/
Response
PlatformErrorCode: 200
{
// Type: Dictionary<integer:int32,string>
"Response": {
"0": ""
},
// Type: PlatformErrorCodes:Enum
"ErrorCode": 0,
// Type: integer:int32
"ThrottleSeconds": 0,
// Type: string
"ErrorStatus": "",
// Type: string
"Message": "",
// Type: Dictionary<string,string>
"MessageData": {
"{string}": ""
},
// Type: object
}