2018.1

Table Of Contents
Get Result of Operation
Retrieves the final result of a completed Data Mapping operation of a specific operation ID.
Request takes no content, and on success returns a response containing the ID of the Data Set
produced (or Content Set for a PDF/VT to Content Set specific data mapping operation).
Alternatively, if the operation was to only validate the data mapping, then a response
containing a JSON Data Mapping Validation Result will be returned instead.
Type: POST
URI:
/rest/serverengine/workflow/datamining/getResult/{operationId}
Parameters:
Path:
l operationId Operation ID of Data Mapping operation
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content:
Content
Type:
Response:
Add.
Headers:
Content: Data Set ID (or Content Set ID)
Content
Type:
text/plain
Status:
l 200 OK Result of completed operation
Page 414