Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourGreen
title3.2726.05

Mobile Application Resources REST API is used to mange mobile application resources in the system. Resources provide a means to customize mobile application to a variety of system and user configuration. Resources API enable mobile application to be localized into multiple languages. 

It is not required to create a mobile application resources for each deployment group. If a deployment group does not have a specific mobile application resources defined it will automatically inherit form the Default deployment group. 

When a mobile application resources are updated it will automatically be applied to the mobile device the next time the application is launched or logged into - assuming network connectivity is available. 

  • Application resources are always associated with a deployment group
  • There is always the Default deployment group that can not be deleted from the system.
Panel
borderColorgrey
bgColorwhitesmoke

On this page:

Table of Contents
maxLevel2

Related pages:

Resource URL Summary

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

Get a deployment group's mobile application resources

GET /seiapi/v3/trans/DeploymentGroup/${DeploymentGroupID}/MobileAppResources

Update a deployment group's mobile application resources

PUT /seiapi/v3/trans/DeploymentGroup/${DeploymentGroupID}/MobileAppResources

API Specific Parameters

Parameter
Description
${DeploymentGroupID}Identifies the Deployment Group.

Include Page
_Default HTTP Headers
_Default HTTP Headers

 


API Specifics

Panel
borderColor#D3D3D3

Retrieve mobile application resources for a specific deployment group

This REST API will return mobile application resources for a specific deployment group. The Deployment Group with the specified ID must already exist in the system.

URL

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

GET /seiapi/v3/trans/DeploymentGroup/${DeploymentGroupID}/MobileAppResources

HTTP Request Body

This request does not require a request body. 

HTTP Response Body

On success, an HTTP response code of 200 will be returned, and the response body will contain an Mobility Application Resources Object.

Include Page
Mobility Application Resources Object Formats
Mobility Application Resources Object Formats

Include Page
_Default Response Object on Error
_Default Response Object on Error

Panel
borderColor#D3D3D3

Insert or Update mobile application resources for a specific deployment group

This REST API will insert a new definition of mobile application resources into the system, if mobile application resources for Deployment Group with the specified ID does not already exist in the system.

If, however, the mobile application resources for Deployment Group with the specified ID does already exist in the system, then this REST API will update (i.e. replace) the already existing mobile application resources with the definition of the mobile application resources supplied in the HTTP Request Body.

URL

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

PUT /seiapi/v3/trans/DeploymentGroup/${DeploymentGroupID}/MobileAppResources

HTTP Request Body

The HTTP request body must contain a valid Mobility Application Resources Object.

Include Page
_Default Response Object Only
_Default Response Object Only