2021.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)
Request
Method Type:
POST
URI:
/rest/serverengine/workflow/print/{dmConfigId}/{templateId}/{jcConfigId}/
{ocConfigId}
Content: Data File (File)
Content
Type:
application/octet-stream
Add.
Headers:
If server security settings are enabled, then one of the following:
l Authorization Basic Authentication (Username and Password)
credentials (Base64 encoded)
l auth_token Authorization Token
Page 463