Source
This page was generated with Wiki Builder. Do not change the format!
Info
Returns the current version of the manifest as a json object.
- URI: /Destiny2/Manifest/
- 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/Manifest/
Response
PlatformErrorCode: 200
{
// Type: DestinyManifest
"Response": {
// Type: string
"version": "",
// Type: string
"mobileAssetContentPath": "",
// Type: GearAssetDataBaseDefinition[]
"mobileGearAssetDataBases": [
// Type: GearAssetDataBaseDefinition
{
// Type: integer:int32
"version": 0,
// Type: string
"path": ""
}
],
// Type: Dictionary<string,string>
"mobileWorldContentPaths": {
"{string}": ""
},
// Type: string
"mobileClanBannerDatabasePath": "",
// Type: Dictionary<string,string>
"mobileGearCDN": {
"{string}": ""
}
},
// Type: PlatformErrorCodes:Enum
"ErrorCode": 0,
// Type: integer:int32
"ThrottleSeconds": 0,
// Type: string
"ErrorStatus": "",
// Type: string
"Message": "",
// Type: Dictionary<string,string>
"MessageData": {
"{string}": ""
},
// Type: object
}