Downloading tool URL parameters without a security token
ThruSessionId(mandatory): Unique identifier of the current session.ThruSuccessUrl(mandatory): Browser window containing Java download applet will be redirected to this URL on successful download.ThruErrorReportingUrl(mandatory): Browser window containing Java applet will be redirected to this URL on failed download.
If download failed, server returns server error code in parameter ThruErrorCode.
If an error occurred and ThruErrorReportingURL is not defined then server throws an exception in the page which contains Java download applet.
note
The value of ThruErrorReportingUrl is not validated. You should verify it is a valid URL that does exist when integrating Thru java download applet.
ThruFiles(optional): String of comma separated IDs of files to download.
String format: <fileId1>,… <fileIdN> .
For example: ThruFiles=“18270,18367”
ThruFolders(optional): String of comma separated IDs of folders for download.
String format: <fileId1>, <fileId2> … <fileIdN> .
For example: ThruFolders=“198, 199”
note
At least one parameter, ThruFiles or ThruFolders, must not be empty.
Was this topic helpful?