2019.1

Table Of Contents
Process All-In-One (Adhoc Data)
Submits a request to initiate a new All-In-One operation using pre-existing inputs, with the
exception of input data, which is submitting along with the request.
Request takes binary file data as content, and on success will return one of two responses
depending on the type of operation:
l Asynchronous 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 (Default)
l Synchronous response (depending on the parameters specified) containing either:
l the absolute paths of the final output files produced (multiple spool files) or the
content of a final output file (single spool file)
l the absolute path or paths of the final output file or files produced (single or multiple
spool files respectively) (Get Result as Text Only)
Type: POST
URI:
/rest/serverengine/workflow/print/{dmConfigId}/{templateId}/{jcConfigId}/
{ocConfigId}
Parameters:
Path:
l dmConfigId the Managed File ID (or Name) of the Data
Mapping configuration in File Store
l templateId the Managed File ID (or Name) of the design
template in File Store
l jcConfigId the Managed File ID (or Name) of the Job Creation
Preset in File Store (Optional the value of "0" can be specified if
no preset is to be used)
l ocConfigId the Managed File ID (or Name) of the Output
Creation Preset in File Store
Query:
l async whether to run the operation asynchronously (Default
Page 559