Source
This page was generated with Wiki Builder. Do not change the format!
Info
Returns Destiny Profile information for the supplied membership.
- URI: /Destiny2/{membershipType}/Profile/{destinyMembershipId}/
- Basepath: https://www.bungie.net/Platform
- Method: GET
- Service: Destiny2
- Permissions: None
- Officially Supported: Yes
Parameters
Path Parameters
Name | Schema | Required | Description |
---|---|---|---|
destinyMembershipId | integer:int64 | Yes | Destiny membership ID. |
membershipType | BungieMembershipType:Enum | Yes | A valid non-BungieNet membership type. |
Query String Parameters
Name | Schema | Required | Description |
---|---|---|---|
components | DestinyComponentType:Enum[] | No | A comma separated list of components to return (as strings or numeric values). See the DestinyComponentType enum for valid components to request. You must request at least one component to receive results. |
Example
Request
GET https://www.bungie.net/Platform/Destiny2/{membershipType}/Profile/{destinyMembershipId}/
Response
PlatformErrorCode: 200
{
// Type: DestinyProfileResponse
"Response": {
// Type: SingleComponentResponseOfDestinyVendorReceiptsComponent
"vendorReceipts": {},
// Type: SingleComponentResponseOfDestinyInventoryComponent
"profileInventory": {},
// Type: SingleComponentResponseOfDestinyInventoryComponent
"profileCurrencies": {},
// Type: SingleComponentResponseOfDestinyProfileComponent
"profile": {},
// Type: SingleComponentResponseOfDestinyKiosksComponent
"profileKiosks": {},
// Type: DictionaryComponentResponseOfint64AndDestinyCharacterComponent
"characters": {},
// Type: DictionaryComponentResponseOfint64AndDestinyInventoryComponent
"characterInventories": {},
// Type: DictionaryComponentResponseOfint64AndDestinyCharacterProgressionComponent
"characterProgressions": {},
// Type: DictionaryComponentResponseOfint64AndDestinyCharacterRenderComponent
"characterRenderData": {},
// Type: DictionaryComponentResponseOfint64AndDestinyCharacterActivitiesComponent
"characterActivities": {},
// Type: DictionaryComponentResponseOfint64AndDestinyInventoryComponent
"characterEquipment": {},
// Type: DictionaryComponentResponseOfint64AndDestinyKiosksComponent
"characterKiosks": {},
// Type: DestinyItemComponentSetOfint64
"itemComponents": {}
},
// Type: PlatformErrorCodes:Enum
"ErrorCode": 0,
// Type: integer:int32
"ThrottleSeconds": 0,
// Type: string
"ErrorStatus": "",
// Type: string
"Message": "",
// Type: Dictionary<string,string>
"MessageData": {
"{string}": ""
},
// Type: object
}