Load Print dialog
This API displays HTML dialog that is used to print data.
Example API call
/servlets3/wietmsd?date=1524570405402&id=1524570406052&target=resource&action=html&file_name=cvPrintDialog.html
Parameters
| Parameter | Description |
|---|---|
target | resource |
action | html |
file_name | cvPrintDialog.html |
date | To prevent browser-side caching of data, especially with AJAX requests, it is important to make a URL unique. The most effective technique to accomplish this is to include a time parameter that is based on the time at which the call is made. |
id | A session ID that is valid for this collection and publication combination. |
Returns
- On success
-
HTML instance that displays cvPrintDialog.html.
- On failure
-
<P>File cvPrintDialog.html not found (2) </P>