Summary
This article documents the available parameters for constructing a Web Access 8 URL.
More Information
The base URI is:
http://hostname/Laserfiche8/index.aspx
You can then use the # character plus the following options:
Option | Description | Example |
db | Specifies the name of the repository. | db=MyRepository |
view | Specifies how to display the folder browser or document viewer. |
|
id | Specifies the numeric ID of the document or folder to display. | id=123 |
page | Specifies the page number to display. | page=1 |
annotation | Specifies the ID of the annotation to focus on. | annotation=1 |
search | Specifies a Laserfiche advanced search syntax string. | search={[]:[]=laserfiche} |
imageenable | Specifies that Web Access will open the first search result. | imageenable=true |
Samples URLs
http://servername/laserfiche8/index.aspx#db=MyRepository;id=123456;view=metadata
http://servername/laserfiche8/index.aspx#db=MyRepository;view=search;search={[]:[]=laserfiche};imageenable=true