Retrieving a Customization Resource Bundle

You can retrieve a customization resource bundle by issuing a GET method.

Issue the GET method to the following URL:

http://domain:port/[public/] bundles/{appid}/[{resourceBundleName}]

For general authentication, and resource naming and resolution, apply the rules described in Application Requirements > Authentication in Developer Guide: REST API Applications.

If the{resourceBundleName} is specified in the URL, the specified resource bundle is returned in the response body as a stream, otherwise, the resource bundle bound to its application connection settings is returned.

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