Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > General

Overview of changes

Scroll Prev Top Next More

All changes to the JobRouter Web Service are listed here.

Changes in version 5.1

New parameter for method addUser

To support several personal representatives, the optional parameter Parameter multipleRepresentatives was added. If the parameter is set on true, it is possible to set several personal representatives via the property representatives. The value of the parameter is false by default. In this case, only one single representative can be maintained (property representative).

Changes in version 5.0

Summarized notifications / e-mail notifications

In the e-mail notifications section of the user settings, it is now possible to disable the sending of the collective notification if there are no steps to be processed for the user. A property in the ServiceObject_User data type has been added for this purpose:

summarizedNotification (int)- contains a bit mask for activating the summary notification.

New parameter for method addUser

To support several personal representatives, the optional parameter Parameter multipleRepresentatives was added in version 5.0.14. If the parameter is set on true, it is possible to set several personal representatives via the property representatives. The value of the parameter is false by default. In this case, only one single representative can be maintained (property representative).

Changes in version 4.3

Changes in the complex data type ServiceObject_User

For the entry and output of several personal substitutes of one user, two properties are given in the data type ServiceObject_User:

representative (string) - contains the user name of one substitute.

representatives (ServiceObject_StringValue[]) - contains the user names of several substitute.

The property representative is only listed due to downward compatibility reasons by the functions getUser and getUsers.

Please note: In version 4.4 the property representative is omitted. Then only the property representatives is available.

New parameter for the function updateUser

To support several personal substitutes, the optional parameter Parameter multipleRepresentatives was added. If the parameter is set on true, it is possible to select several personal substitutes via the property representatives. The value of the parameter is false by default. In this case, only one single substitute can be maintained (property representative).

Please note: The parameter was added due to downward compatibility reasons and will be removed in version 4.4. As of that version, one or several substitutes can only be maintained via the property representatives.

Changes in version 4.2

New properties for data type ServiceObject_User:

requestAnswerNotificationActive

assignmentNotificationActive

Changes in the complex data type ServiceObject_User

In the versions 4.2.9 to 4.2.14 the type of the property representative was altered to ServiceObject_StringValue[] by a Bugfix. As of version 4.1.15 this change was reversed - the property has the type string again. For the maintenance of several personal substitutes the additional property representatives was defined. For further information, please see section Changes in version 4.3.

Changes in version 4.1

Changes in the complex data type ServiceObject_User

In version 4.1.18 the type of the property representative was altered to ServiceObject_StringValue[] by a Bugfix. As of version 4.1.20 this change was reversed - the property has the type string again. For the maintenance of several personal substitutes the additional property representatives was defined. For further information, please see section Changes in version 4.3.

Changes in version 3.8

In version 3.8, the JobRouter web service was expanded by the feature to create, edit and delete user profiles. In this context, the methods to retrieve the permissions of a user were adjusted.

New methods regarding system management:

addUserProfile

updateUserProfile

deleteUserProfile

Changes in version 3.5

In version 3.5, the JobRouter web service also includes support for JobRouter instances.

New methods regarding system management:

getJobRouterVersion (ab Version 3.5.1)

Changes in version 3.4

In version 3.4, new methods have been added to the JobRouter web service.

New methods regarding process management:

getProcessInstance

abortProcessInstance

New methods regarding system management:

getTotalUserCount

getTotalJobFunctionCount

getTotalStepCount

getTotalIncidentCount

Changes in version 3.3

In version 3.3 new methods have been added to the JobRouter web service.

New methods regarding process management:

startProcess

checkProcessStart

Changes in version 3.2

In version 3.2, the JobRouter web service was released.