1.5

Get Result of Operation
Retrieves the final result of a completed Content Creation (Email) operation of a specific
operation ID.
Request takes no content, and on success returns a response containing a report on the
number of emails that were successfully sent.
Type: POST
URI:
/rest/serverengine/workflow/contentcreation/email/getResult/{operationId}
Parameters:
Path:
l operationId Operation ID of Content Creation (Email) operation
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content: -
Content
Type:
-
Response:
Add.
Headers:
-
Content: Result of Content Creation (Email) Operation (with
successful email count) (e.g. "3 of 3 emails sent")
Content
Type:
text/plain
Status:
l 200 OK Result of completed operation
successfully retrieved
Page 303