1.5

Get Result of Operation
Retrieves the final result of a completed Output Creation operation of a specific operation ID.
Request takes no content, and on success returns a response containing either the absolute
paths of the final generated output files (multiple spool files) or the content of a final generated
output file (single spool file).
Type: POST
URI:
/rest/serverengine/workflow/outputcreation/getResult/{operationId}
Parameters:
Path:
l operationId Operation ID of Output Creation operation
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content: -
Content
Type:
-
Response:
Add.
Headers:
-
Content: Absolute Paths of the Output Files or the Output File
itself
Content
Type:
application/octet-stream
Status:
l 200 OK Result of completed operation
successfully retrieved
Page 382