Resource URL Summary
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Get a deployment group's mobile application resources
Update a deployment group's mobile application resources
|
API Specific Parameters
Parameter | Description |
---|---|
${DeploymentGroupID} | Identifies the Deployment Group. |
Include Page | ||||
---|---|---|---|---|
|
API Specifics
Panel | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||
Retrieve mobile application resources for a specific deployment groupThis 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
HTTP Request BodyThis request does not require a request body. HTTP Response BodyOn success, an HTTP response code of 200 will be returned, and the response body will contain an Mobility Application Resources Object.
|
Panel | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
Insert or Update mobile application resources for a specific deployment groupThis 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
HTTP Request BodyThe HTTP request body must contain a valid Mobility Application Resources Object.
|