v1

latestOpenAPI 3.0.32026-07-1760076.2 KB
view

Retrieve the HTML template used for displaying a document

Get the HTML template associated with the given document. This is called whenever the users tries to view a document. The actual content of the document will then be loaded by the template.

get/{docid}

Path parameters

docidstring required
Example:test/orlik_to_serafin.xml

Relative path to the document

Query parameters

templatestring

Name of the template to be used. Overwrites any default template setting.

view'page' | 'div' | 'single'

The view type used by the main view which displays the document, e.g. 'page' or 'div'. This has an influence on the generated links, which need to differ when linking to a page rather than a section.

oddstring
actionstring

Response

HTML view for the document