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>Â
|
|
|