Skip to content

Downloading Resources

GET Client Resources Service

HTTP Method: GET

Service Document

URL: https://<mobile services host>/mobileservices/origin/{origin}/bundles/v1/admin

Response Status and Error Codes

Code Description
200 Service document.
500 Unexpected error.

Metadata Document

URL: https://<mobile services host>/mobileservices/origin/{origin}/bundles/v1/admin/$metadata

Response Status and Error Codes

Code Description
200 Metadata document.
500 Unexpected error.

Application Resource Bundles

This method allows you to get the entities from the Entity Set Application Resource Bundles.

URL: https://<mobile services host>/mobileservices/origin/{origin}/bundles/v1/admin/ApplicationResourceBundles

Response Status and Error Codes

Code Description
200 Entity set ApplicationResourceBundles.
default Unexpected error.

Application Resource Bundles by Key

This method allows you to get the entity from the Application Resource Bundles by key, and it returns the entity with the key from the Application Resource Bundles.

URL: https://<mobile services host>/mobileservices/origin/{origin}/bundles/v1/admin/ApplicationResourceBundles(ApplicationId='{ApplicationId}',BundleName='{BundleName}',BundleVersion='{BundleVersion}')

Request Parameters

Parameter Type Description Parameter Type
ApplicationId Required key: ApplicationId string
Origin Required Origin from where the application is created. The valid value is "SAP Mobile Services".. string
BundleName Required key: BundleName string
BundleVersion Required key: BundleVersion string

Response Status and Error Codes

Code Description
200 Entity set ApplicationResourceBundles.
404 Entity Not Found.
default Unexpected error.

Binary Content of the Application Resource

This method allows you to get the binary content of the application resource

URL: https://<mobile services host>/mobileservices/origin/{origin}/bundles/v1/admin/ApplicationResourceBundles(ApplicationId='{ApplicationId}',BundleName='{BundleName}',BundleVersion='{BundleVersion}')/$value

Request Parameters

Parameter Type Description Parameter Type
ApplicationId Required key: ApplicationId string
Origin Required Origin from where the application is created. The valid value is "SAP Mobile Services".. string
BundleName Required key: BundleName string
BundleVersion Required key: BundleVersion string

Response Status and Error Codes

Code Description
200 The binary content of the application resource.
404 Entity Not Found.
default Unexpected error.

Last update: April 14, 2021