Downloads an Integration version package like IntegrationVersion,Integration Config etc. Retrieves the IntegrationVersion package for a given integrationId and returns the response as a JSON.
HTTP request
GET https://integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*/versions/*}:downloadJsonPackage
To store Integration version related file i.e. Integration version, Config variable etc.
JSON representation
{"type": enum (IntegrationFile),// Union field content can be only one of the following:"integrationVersion": {object (IntegrationVersion)},"integrationConfig": {object}// End of list of possible types for union field content.}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-22 UTC."],[[["\u003cp\u003eThis API endpoint allows the download of an Integration version package, such as IntegrationVersion or Integration Config, by using a \u003ccode\u003eGET\u003c/code\u003e request to a specified URL with the integration ID.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a path parameter named \u003ccode\u003ename\u003c/code\u003e, which specifies the integration version name in the format \u003ccode\u003eprojects/{project}/locations/{location}/integrations/{integration}/versions/{version}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAn optional query parameter, \u003ccode\u003efiles[]\u003c/code\u003e, can be used to specify related integration files to download, such as Integration versions, config variables, or test cases.\u003c/p\u003e\n"],["\u003cp\u003eThe response body contains a JSON structure with a list of files, including type information and content related to the requested Integration version package.\u003c/p\u003e\n"],["\u003cp\u003eTo successfully utilize this API, you'll need the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the IAM permission \u003ccode\u003eintegrations.integrationVersions.get\u003c/code\u003e on the specified \u003ccode\u003ename\u003c/code\u003e resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.integrations.versions.downloadJsonPackage\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.DownloadJsonPackageResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [File](#File)\n - [JSON representation](#File.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nDownloads an Integration version package like IntegrationVersion,Integration Config etc. Retrieves the IntegrationVersion package for a given `integrationId` and returns the response as a JSON.\n\n### HTTP request\n\n`GET https://integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*/versions/*}:downloadJsonPackage`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse for versions.downloadJsonPackage.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `integrations.integrationVersions.get`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs).\n\nFile\n----\n\nTo store Integration version related file i.e. Integration version, Config variable etc."]]