Returns the HTML code that allows you to embed a mini-version of the proof page viewer using the Team URL i.e. the reviewer will not be logged in. If you require the reviewer to be logged in use getProofReviewerEmbedCode().
Request parameters
* denotes a required field
Parameter | Example | API version | SessionID* | The session Id obtained from doLogin() | string | 7viklshodc6cnsh4s5vu75mqk0 | | FileID* | The file identifier | integer | 418775 | | Referer | Determines the re-direct URL upon closing the proofing tool | string | http://app.proofhq.com | 13.8 |
Return the string representing the embed code, f
<iframe src="http://app.proofhq.com/viewer/140" width="425" height="700" scrolling="no" style="border:0" />
|
|