Source

This page was generated with Wiki Builder. Do not change the format!

Info

Returns the current version of the Destiny 1 mobile manifest as a json object.

Parameters

Path Parameters

None

Query String Parameters

None

Example

Request

GET https://bungie.net/d1/Platform/Destiny/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
}

References