Process All-In-One (JSON)

Submits a request to initiate a new All-In-One operation.

Request takes a JSON All-In-One Configuration as content, and on success returns a response containing additional headers that specify the ID of the new operation as well as link URLs that can be used to retrieve further information/cancel the operation.

Type: POST
URI: /rest/serverengine/workflow/print/submit
Parameters:
Request:
Add. Headers: auth_token – Authorization Token (if server security settings enabled)
Content: JSON All-In-One Configuration containing workflow processes/parameters
Content Type: application/json
Response:
Add. Headers:
  • operationId – Operation ID of new All-In-One operation
  • Link – Contains multiple link URLs that can be used to retrieve further information/cancel the operation
Content:
Content Type:
Status:
  • 202 Accepted – Creation of new operation successful
  • 400 Bad Request – Required Input resource/file not found in File Store
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired
  • 500 Internal Server Error – General error with running the All-In-One Process or a Specific error relating to an individual workflow process (see error description)