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:

  • 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:
  • 200 OK – Result of completed operation successfully retrieved
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired
Response (Validate):
Add. Headers:
Content: JSON Data Mapping Validation Result
Content Type: text/plain
Status:
  • 200 OK – Result of completed operation successfully retrieved
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired