This method will request Excel print summary for a given proof. Once the Excel has been generated a callback URL is notified
Since version: 16.3
Request parameters
* denotes a required field
Parameter
|
Example
|
SessionID*
|
Session identifier
|
string
|
7viklshodc6cnsh4s5vu75mqk0
|
FileID*
|
The target proof for which to create the print summary
|
integer
|
34572
|
CallbackUrl*
|
Callback URL
|
string
|
|
CallbackRetryInterval*
|
The retry interval in minutes.
Note:
- After 1 hour the interval is automatically changed to 60 minutes
- After 24 hours the event is purged
|
integer
|
5
|
AllVersions |
Indicates if this should include all versions of the proof |
boolean |
false |
Response parameters
boolean : true if the request was successful
Example callback
<?xml version="1.0"?>
<callback type="xlsprintsummary">
<file_id>4698000</file_id>
<proof_name>MyFile</proof_name>
<xls_url>https://www.proofhq.com/file/printup/code/BH22VmbXWAHXvsTRE</xls_url>
<status>success</status> OR <status>failed</status>
<pass_through/>
</callback>
|
|
|