Get All Operations
Returns a list of all the workflow operations actively running on the Server.
Request takes no content, and on success returns a response containing a of all the actively running operations.
| Type: |
GET
|
| URI: |
/rest/serverengine/workflow/print/getOperations
|
| Parameters: |
– |
| Request: |
| Add. Headers: |
auth_token – Authorization Token (if server security settings enabled)
|
| Content: |
– |
| Content Type: |
– |
|
| Response: |
| Add. Headers: |
– |
| Content: |
JSON Operations List of all the actively running operations in Server |
| Content Type: |
application/json |
| Status: |
- 200 OK – List of actively running operations successfully retrieved
- 401 Unauthorized – Server authentication required
- 403 Forbidden – Server authentication has failed or expired
|
|