Reference for http://www.bungie.net/d1/Platform/Destiny/Stats/ActivityHistory/{membershipType}/{destinyMembershipId}/{characterId}/

Gets activity history stats for indicated character.

Url: http://www.bungie.net/d1/Platform/Destiny/Stats/ActivityHistory/{membershipType}/{destinyMembershipId}/{characterId}/

HTTP Method: GET

Requires Sign-in: false

Url Parameters:

Parameter Name Description
membershipType A valid non-BungieNet membership type.
destinyMembershipId The Destiny membershipId of the user to retrieve.
characterId The id of the character to retrieve.
mode A filter for the activity mode to be returned. None returns all activities. Values: None, Story, Strike, Raid, AllPvP, Patrol, AllPvE, PvPIntroduction, ThreeVsThree, Control, Lockdown, Team, FreeForAll, Nightfall, Heroic, AllStrikes, IronBanner, AllArena, Arena, ArenaChallenge, TrialsOfOsiris, Elimination, Rift, Mayhem, ZoneControl, Racing, Supremacy, PrivateMatchesAll
count Number of rows to return
page Page number to return, starting with 0.
definitions True if activity definitions should be returned in response.

Request/Response Body Formats:

Message Direction Format Body
Request N/A HTTP Get requests have no request body.
Response JSON JSON object

The following is an example of a response JSON body for this method.

{
  "Response": null,
  "ErrorCode": 0,
  "ThrottleSeconds": 0,
  "ErrorStatus": null,
  "Message": null,
  "MessageData": null
}