Source
This page was generated with Wiki Builder. Do not change the format!
Info
Gets custom localized content for the milestone of the given hash, if it exists.
- URI: /Destiny2/Milestones/{milestoneHash}/Content/
- Basepath: https://www.bungie.net/Platform
- Method: GET
- Service: Destiny2
- Permissions: None
- Officially Supported: Yes
Parameters
Path Parameters
Name | Schema | Required | Description |
---|---|---|---|
milestoneHash | integer:uint32 | Yes | The identifier for the milestone to be returned. |
Query String Parameters
None
Example
Request
GET https://www.bungie.net/Platform/Destiny2/Milestones/{milestoneHash}/Content/
Response
PlatformErrorCode: 200
{
// Type: DestinyMilestoneContent
"Response": {
// Type: string
"about": "",
// Type: string
"status": "",
// Type: string[]
"tips": [
// Type: string
""
],
// Type: DestinyMilestoneContentItemCategory[]
"itemCategories": [
// Type: DestinyMilestoneContentItemCategory
{
// Type: string
"title": "",
// Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32[]
"itemHashes": [
// Type: integer:uint32
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
}