WebHelp Responsive Runtime Additional Parameters
A deployed WebHelp Responsive system can accept the following GET parameters:
- contextId- The WebHelp JavaScript engine will look for this value in the- context-help-map.xmlmapping file and load the corresponding help page. For more information, see the Context-Sensitive WebHelp System topic.- NoteYou can use an anchor in the- contextIdparameter to jump to a specific section in a document. For example,- contextId=topicID#anchor.
- appname- You can use this parameter in conjunction with- contextIdto search for this value in the corresponding- appnameattribute value in the mapping file.- http://localhost/webhelp/index.html?contextId=topicID&appname=myApplication 
- searchQuery- You can use this parameter to perform a search operation when WebHelp is loaded. For example, if you want to open WebHelp showing all search results for growing flowers, the URL should look like this:- http://localhost/webhelp/index.html?searchQuery=growing%20flowers.
