home
Loads the HTML home page for managing your application.
Description
This API call is a short-cut to load the HTML page from your skin which contains all the application management functionality. It simply loads the html/admin_home.html page and requires the "Manage application" permission.
Parameters
- action
- home
- skin
- The skin name from which to load the UI resource (HTML, CSS, image, JavaScript).
Example URL
http://<host>:<port>/<context>/web/admin.xql?action=home&skin=<value>
Successful Result
The HTML page from which you can manage your application (html/admin_home.html).
Failed Result
Accessing this API feature requires the "Manage application" permission, and the function will return a 401 Unauthorized (html/401unauthorized.html) page if the permission is not available.