Versions Compared

Key

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

Status
colourGreen
title3.14.1
 

Warning

ServicePower recommends that mobile application configurations be managed from the web based management console.

The Mobile Application Configuration REST API is used manage mobile application configurations. 


Panel
borderColorgrey
bgColorwhitesmoke

On this page:

Table of Contents
maxLevel1

Related pages:


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

When a mobile application configuration is 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. 

  • Configurations are always associated with a deployment group
  • There is always the Default deployment group that can not be deleted from the system.

Resource URL Summary

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

Get a deployment group's mobile application configuration

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

Update a deployment group's mobile application configuration

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

API Specific Parameters

ParameterDescription

${DeploymentGroupID}

Identifies the Deployment Group.

Supported HTTP Methods

MethodDescription
GET

Returns the mobile application configuration for the deployment group identified by the ${id} URL parameter

POST

Creates or replaces the mobile application configuration for the deployment group identified by the ${id} URL parameter.

Updates are automatically applied to the mobile device on next application launch or login - assuming network connectivity is available.

 

Include Page
_Default HTTP Headers
_Default HTTP Headers

HTTP Body

The body contains the mobile application configuration.

Include Page
Mobility Application Configuration Object Formats
Mobility Application Configuration Object Formats

Include Page
_REST Response Codes
_REST Response Codes