2018.1

Table Of Contents
Get Result of Operation (as Text)
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 the absolute path or
paths of the final output file or files produced (single or multiple spool files respectively).
Type: POST
URI:
/rest/serverengine/workflow/outputcreation/getResultTxt/{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 Path(s) of the Output File(s)
Content
Type:
text/plain
Status:
l 200 OK Result of completed operation
successfully retrieved
l 401 Unauthorized Server authentication required
Page 551