...
e.g. https://e23.kgs.team:50000/tia/tia_viewer?sap-client=800
...
Via the URL https://<sap-system>:<port>/tia/tia_viewer?sap-client=<client>and additional parameters attached in the body to the POST request
...
The URL to call the document out of the archive with the corresponding seckey is returned:
Code Block |
---|
https://<archive-server>:<port>/contentserver?create&pVersion=<AL-Version>&contRep=<CR>&docId=<Doc-ID>
&compId=<comp_id>&accessMode=c&authId=<SAP-Cerificate>&expiration=<expiration_time>&secKey=<secKey> |
e.g.
This URL is included into the new tia H5 Viewer to display the archived document.
...