Please enable JavaScript to view this site.

The manual for the JobRouter developer

In an instantiated JobRouter environment a URL has to be given for each API call. The instance number is inserted as an additional part of the path in the URL in front of the API version.

Example: URL for listing the inbox steps for the registered user in instance 42

http://example.org/jobrouter/api/rest/42/v2/application/workitems/inbox

For the main instance the call is the same as for a non-instantiated JobRouter:

http://example.org/jobrouter/api/rest/v2/application/workitems/inbox