Source
This page was generated with Wiki Builder. Do not change the format!
Info
Gets public information about currently available Milestones.
- URI: /Destiny2/Milestones/
- Basepath: https://www.bungie.net/Platform
- Method: GET
- Service: Destiny2
- Permissions: None
- Officially Supported: Yes
Parameters
Path Parameters
None
Query String Parameters
None
Example
Request
GET https://www.bungie.net/Platform/Destiny2/Milestones/
Response
PlatformErrorCode: 200
{
// Type: Dictionary<integer:uint32,DestinyPublicMilestone>
"Response": {
"0": {
// Type: Destiny.Definitions.Milestones.DestinyMilestoneDefinition:integer:uint32
"milestoneHash": 0,
// Type: DestinyPublicMilestoneQuest[]
"availableQuests": [
// Type: DestinyPublicMilestoneQuest
{
// Type: Destiny.Definitions.Milestones.DestinyMilestoneDefinition:integer:uint32
"questItemHash": 0,
// Type: DestinyPublicMilestoneActivity
"activity": {},
// Type: DestinyPublicMilestoneChallenge[]
"challenges": [
// Type: DestinyPublicMilestoneChallenge
{
// Type: Destiny.Definitions.DestinyObjectiveDefinition:integer:uint32
"objectiveHash": 0,
// Type: Destiny.Definitions.DestinyActivityDefinition:integer:uint32:nullable
"activityHash": 0
}
]
}
],
// Type: integer:uint32[]
"vendorHashes": [
// Type: integer:uint32
0
],
// Type: DestinyPublicMilestoneVendor[]
"vendors": [
// Type: DestinyPublicMilestoneVendor
{
// Type: Destiny.Definitions.DestinyVendorDefinition:integer:uint32
"vendorHash": 0,
// Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32:nullable
"previewItemHash": 0
}
],
// Type: string:date-time:nullable
"startDate": "",
// Type: string:date-time:nullable
"endDate": ""
}
},
// Type: PlatformErrorCodes:Enum
"ErrorCode": 0,
// Type: integer:int32
"ThrottleSeconds": 0,
// Type: string
"ErrorStatus": "",
// Type: string
"Message": "",
// Type: Dictionary<string,string>
"MessageData": {
"{string}": ""
},
// Type: object
}