Creating a Web Access 8 URL.

December 8, 2008 | KB: 1012115
Web Access 8.0.1

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.
  • view=browse
    Shows the folder browser.
  • view=metadata
    Shows the metadata view for the document.
  • view=pages
    Shows the document in the document viewer.
  • view=newroot
    Opens the folder as the root in the folder browser.
  • view=search
    Shows the search view.
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