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.

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
}

References

  1. https://bungie-net.github.io/multi/operation_get_GroupV2-GetAvailableAvatars.html#operation_get_GroupV2-GetAvailableAvatars