Application URL Parameters (version 22)
The following URL parameters can be passed in to create links for applications:
- Application
- AssetInstance
- ScreenName
- InactiveTimeout
Application
The 'application' parameter is used to load a specific application in Axiom. The entire filepath must be included.
http://AxiomServer#application=Public\Subfolder\ApplicationName
AssetInstance
The 'assetinstance' parameter is used to set the screen level asset instance and is only valid for applications that utilize screen level asset instances.
http://AxiomServer#application=ReadOnly\Line Production&assetinstance=Line 4
ScreenName
The 'screenname' parameter is used to set the active screen of an application. This parameter is only applicable if the application has multiple screens. The expected value format is the 'Name' property of the screen. See Screen Control for more information on screen properties.
https://AxiomServer#application=Private\ApplicationName&screenname=Screen3
InactiveTimeout
The 'inactivetimeout' parameter is used to expire the Axiom session after the user has not performed any activity for the specified period of time. The inactivity time period is specified in milliseconds.
https://AxiomServer#application=Public\ApplicationName&inactivetimeout=900000