Retrieving a Customization Resource Bundle

Retrieve a customization resource bundle by issuing a GET method.

Application developers can customize and retrieve the resource bundles during development.

Issue the GET method to the following URL:

http[s]://<host:port>/[public/] bundles/{appid}/[{resourceBundlename:resourceBundleVersion}]

If the {resourceBundlename:resourceBundleVersion} is specified in the URL, the specified resource bundle is returned in the response body as a stream, otherwise, the resource bundle that is bound to the application is returned. Extension of the resource bundle is provided in the response header X-BUNDLE-EXTENSION.

If the resource bundle is not found in SAP Mobile Platform, error code 404 is returned. You cannot issue other HTTP methods (PUT/POST/DELETE) at the above URL.

Related reference
Download Application Customization Resource Bundle