Documentation Center

home

Loads the HTML home page for your developer's workbench.

Description

This API call is a short-cut to load the HTML page from your skin which contains all the developer's workbench. It simply loads the html/dev_home.html page and requires the "Develop app" 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/dev.xql?action=home&skin=<value>

Successful Result

The HTML page from which you can use the developer's workbench (html/dev_home.html).

Failed Result

Accessing this API feature requires the "Develop app" permission, and the function will return a 401 Unauthorized (html/401unauthorized.html) page if the permission is not available.