In TermWeb you can use templates for session-specific hyperlinks, which allows the initiation of TermWeb in a browser using an existing API session.
Usage | Hyperlink template | Example |
---|---|---|
View a term | <TermWeb URL>/view/L<concept id (long)>/L<term id (long)>/<API session id> | http://demo.termweb.se//termweb/view/L2050/L2052/700c3655516253c478d627c858bfad29 |
Edit a concept | <TermWeb URL>/edit/<API session id>/<concept id (long)> | http://demo.termweb.se//termweb/edit/700c3655516253c478d627c858bfad29/2050 |
Edit a term | <TermWeb URL>/edit/<API session id>/<concept id (long)>/<term id (long)> | http://demo.termweb.se//termweb/edit/700c3655516253c478d627c858bfad29/2050/2052 |