install
Purpose
Installs or updates Platform application from an XML document. Invoking this API will cause a customer reload. All currently logged users will be forced to log out.
HTTP Method
GET
URL
https://app.infiniteblue.com/rest/api/installURL Parameters
sessionId
The session ID obtained from the body of the response when calling login.
overrideChanges
A value of
output
Optional parameter specifying the output format, one of:
Request Body
Application XML.
Permissions Required
Full administrative privileges.
Response
Short report on application installation/update
Example
Output example:
<resp status="ok"> <Report>Application "Test" has been installed.</Report> </resp>