module urls reference
Modules are access from the web app as urls with the module type as path (default behaviour) and passing the module name and parameters in the query string.Note: It is also possible to change the path's default behaviour with mappings.
The following are examples (if mappings are not changed):
view?view=view_name¶meter1=value1¶meter2=value2…
form?form=form_name¶meter1=value1¶meter2=value2…
page?page=page_name¶meter1=value1¶meter2=value2…
image?image=image_name¶meter1=value1¶meter2=value2…
file?file=file_name