Process Job Creation (JSON)

Submits a request to initiate a new Job Creation operation.

Request takes a JSON Identifier List of Content Set 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/jobcreation/{configId}
Parameters:

Path:

  • configId – the Managed File ID (or Name) of the Job Creation Preset in File Store
Request:
Add. Headers: auth_token – Authorization Token (if server security settings enabled)
Content: JSON Identifier List specifying a list of Content Set entity IDs
Content Type: application/json
Response:
Add. Headers:
  • operationId – Operation ID of new Job 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 – Job Creation Preset or Content Set entity not found in File Store/Server
 
   
  • Last Topic Update: Jan-22-2018 13:07
  • Last Published: 2018-05-14 : 9:58 AM