Source
This page was generated with Wiki Builder. Do not change the format!
Info
Returns character information for the supplied character.
- URI: /Destiny2/{membershipType}/Profile/{destinyMembershipId}/Character/{characterId}/
- Basepath: https://www.bungie.net/Platform
- Method: GET
- Service: Destiny2
- Permissions: None
- Officially Supported: Yes
Parameters
Path Parameters
Name | Schema | Required | Description |
---|---|---|---|
characterId | integer:int64 | Yes | ID of the character. |
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
Response
PlatformErrorCode: 200
{
// Type: DestinyCharacterResponse
"Response": {
// Type: SingleComponentResponseOfDestinyInventoryComponent
"inventory": {},
// Type: SingleComponentResponseOfDestinyCharacterComponent
"character": {},
// Type: SingleComponentResponseOfDestinyCharacterProgressionComponent
"progressions": {},
// Type: SingleComponentResponseOfDestinyCharacterRenderComponent
"renderData": {},
// Type: SingleComponentResponseOfDestinyCharacterActivitiesComponent
"activities": {},
// Type: SingleComponentResponseOfDestinyInventoryComponent
"equipment": {},
// Type: SingleComponentResponseOfDestinyKiosksComponent
"kiosks": {},
// 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
}