Adding parameters to the web-client URL

When launching the Xtraction web client, you can use parameters in the URL to specify certain settings or startup options for the current session. 

To add a parameter to the URL, add a /#/? to the end, followed by the parameter name, an equal sign (=), and the value of the parameter. You can add multiple parameters by including an ampersand (&) between each one.

For example: http://localhost/xtraction/#/?cycle=true&favorite=MyDashboards

follows the pattern of: [Xtraction URL]/#/?parameter=value&parameter=value

The following is a full list of the supported URL parameters, including a description, the possible values, and examples of different uses.