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.

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
}

References

  1. https://bungie-net.github.io/multi/operation_get_Destiny2-GetDestinyManifest.html#operation_get_Destiny2-GetDestinyManifest