Get Result of Operation

Retrieves the final result of a completed All-In-One operation of a specific operation ID.

Request takes no content, and on success returns a response (depending on the All-In-One configuration) containing either:

  • the ID of the Data Set, Content Set or Job Set entity produced, or
  • the absolute paths of the final output files produced (multiple spool files) or the content of a final output file (single spool file).
Type: POST
URI: /rest/serverengine/workflow/print/getResult/{operationId}
Parameters:

Path:

  • operationId – Operation ID of All-In-One operation
Request:
Add. Headers: auth_token – Authorization Token (if server security settings enabled)
Content:
Content Type:
Response:
Add. Headers:
Content:

Either:

  • the ID of the Data Set, Content Set or Job Set, or
  • the Absolute Paths of the Output Files or the Output File itself
Content Type: application/octet-stream
Status:
  • 200 OK – Result of completed operation successfully retrieved
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired