Appendix. Accessing Pages via URLs
You can access pages of the database with their URLs. Use the database URL + a URL from the table below. Example: mydatabase.orienteer.org/classes.
| URL | Description | 
|---|---|
| /classes | View the list of all classes | 
| /class/<class name> | Configure a class | 
| /property/<class name>/<property name> | Configure a property of a specified class | 
| /index/<index name> | Configure index | 
| /browse/<class name> | View the list of all objects of a specified class | 
| /doc/<document RID>/[view|edit]; | Open a document specified by its ID (RID) for viewing or editing | 
| /login | Log on | 
| /logout | Log off | 
| /search | Open the search page |