Parameter
|
Example
|
file_id
|
The target file this embed code belongs to
|
integer
|
3434
|
reviewer_id
|
The id of the reviewer this embed code belongs to
|
integer
|
8765
|
type
|
Determines if this embed code is 'personal' or 'public'. If the reviewer_id is empty then this embed code becomes public, otherwise its personal
|
string
|
personal
|
code |
The iframe embed code for the file object. This is taken from the proof if this is public, otherwise its taken from the reviewer if its personal |
string |
<iframe src="https://app.proofhq.com/viewer/ba09" width="700" height="700" scrolling="no"></iframe> |
url |
This is taken from the proof if this is public, otherwise its taken from the reviewer if its personal |
string |
https://app.proofhq.com/viewer/ba09 |
|
|