With the JobRouter REST API you can interact with JobRouter from external applications. You can e.g. start processes, archive documents, and access the contents of database tables.

The API is based on the HTTP protocol. Here the HTTP methods GET, POST, PUT, PATCH, DELETE, and OPTIONS are used to access the provided resources per defined URLs. Successful requests or error cases are marked in the JobRouter response by default HTTP status codes. The responses are in JSON format or binary form.
The API is available as of JobRouter version 3.6.1 and is continuously enhanced. The current version (v2) was officially released with JobRouter version 3.8.
Requirements
•You can use REST API in all JobRouter license packages without additional license. Though for some resources a respective license for the respective module is needed.
•All HTTP methods are activated in the configurations of the Windows Internet Information Services (See Installation Manual).
•The REST API can only be used after a successful authentication.