2019.2

Table Of Contents
Get Progress of Operation
Retrieves the progress of a running Job Creation 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/jobcreation/getProgress/{operationId}
Parameters:
Path:
l operationId Operation ID of Job Creation operation
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content:
Content
Type:
Response:
Add.
Headers:
Content: Progress value of Job Creation operation
Content
Type:
text/plain
Status:
l 200 OK Progress of operation successfully
retrieved
l 401 Unauthorized Server authentication required
Page 492