1.5

Get Progress of Operation
Retrieves the progress of a running Data Mapping operation of a specific operation ID.
Request takes no content, and on success returns a response containing the current value of
operation progress (values ranging from 0 100, followed by the value of 'done' on
completion).
Type: GET
URI:
/rest/serverengine/workflow/datamining/getProgress/{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: Progress value of Data Mapping operation
Content
Type:
text/plain
Status:
l 200 OK Progress of operation successfully
retrieved
l 401 Unauthorized Server authentication required
Page 291