Company logo
quickTerm Web ClientSearchIndexGlossaryTable of ContentsHome
 
Opening quickTerm Web with Parameters
It is possible to open quickTerm Web directly with parameters.
Log in in with a predefined user:
 
[qtweb]/Pages/Main/Search.aspx?user=[Username]&pass=[Password]&cl=[Client]
 
e.g.: http://quickterm.testcompany.at/qt/Pages/Main/Search.aspx?user=testterminologist&pass=testterminologist&cl=testclient
Run a search immediately
 
[qtweb]/Pages/Main/Search.aspx?term=[Search term]&sourceLang=[Search language (optional; e.g. „eng-GB“)]&sourceLangType=[Source language type]&searchMode=[Search mode]&tbid=[Termbase ID]&tbname=[Termbase friendly name (as an alternative to the Termbase ID)]&showOnly=[TRUE/FALSE; if „TRUE“, then running this search will NOT override local user settings such as termbase, source language etc.]
 
e.g.: http://quickterm.testcompany.at/qt/Pages/Main/Search.aspx?term=test&sourceLangType=English&searchMode=Normal&tbname=test_db
Directly display a certain entry number:
 
[qtweb]/Pages/Main/Search.aspx?euuid=[Entry ID]&sourceLang=[Source language (optional; e.g.: „eng-GB“)]&sourceLangType=[Source language type]&tbid=[Termbase ID]&tbname=[Termbase name (as an alternative to the termbase ID)]&showOnly=[TRUE/FALSE; If „TRUE“, then this search will not change any user settings, such as termbase, source language etc.]
 
e.g.: http://quickterm.testcompany.at/qt/Pages/Main/Search.aspx?euuid=80&sourceLangType=English&tbname=test_db
Request a term
 
[qtweb]/Pages/Main/TermRequest.aspx?term=[requested term]&sourceLang=[Source language (optional; e.g. „eng-GB“)]&sourceLangType=[Source language type]&tbid=[Termbase ID]&tbname=[Termbase name (as an alternative for the termbase ID)]&customUsrName=[Requester name]&creatorName[Creation-user in the termbase (optional)]&customUserName[Requester name (optional)]&customEmailAddress[Requester email (optional)]&customPhone[Requester phone number (optional)]
 
e.g.: http://quickterm.testfirma.at/qt/Pages/Main/TermRequest.aspx?term=test&tbname=test_db&sourceLangType=English&customUsrName=Max%20Mustermann
Requesting an alternative term
 
[qtweb]/Pages/Main/TermRequest.aspx?term=[requested term]&sourceLang=[source language(optional; e.g. „eng-GB“)]&sourceLangType=[source language type]&tbid=[Termbase-ID]&tbname=[Termbase friendly name (as an alternative to the ID)]&customUsrName=[Name of the requestor]&customUserName[Name of the requestor (optional)]&customEmailAddress[email-address of the requester (optional)]&customPhone[Phone number of the requestor (optional)]&euuid=[Entry ID]
 
For example: http://quickterm.test.com/qt/Pages/Main/TermRequest.aspx?term=test&tbname=test_db&sourceLangType=English&tbname=test_db&customUsrName=Tony%20Sample&euuid=80
 
[qtweb]
[qtweb] is the base URL of your quickTerm server, for instance http://quickterm.test.com)
Spaces in URLs
Spaces in the URL have to be escaped with "%20".
“+” in URLs
“+”-Signs in the URL have to be escaped with "%2B".
Special characters in URLs
Special characters in URLs have to be escaped.
For instance: “ö” -> „%C3%B6“