Process Output Creation (By Job) (JSON)

Submits a request to initiate a new Output Creation operation.

Request takes a JSON Identifier List (with Output Parameters) of the Job IDs 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/outputcreation/{configId}/jobs
Parameters:

Path:

  • configId – the Managed File ID (or Name) of the Output Creation Preset in File Store
Request:
Add. Headers: auth_token – Authorization Token (if server security settings enabled)
Content: JSON Identifier List (with Output Parameters) specifying the Job entity IDs
Content Type: application/json
Response:
Add. Headers:
  • operationId – Operation ID of new Output Creation 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
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired
  • 404 Not Found – Output Creation Preset or Job entity not found in File Store/Server
  • 500 Internal Server Error – JSON Identifier List invalid or missing required structure
 
   
  • Last Topic Update: Sep-22-2017 01:52
  • Last Published: 2018-10-09 : 1:41 PM