Request the inbox of individual users
The method getInbox returns the inbox and all contained steps of the user.
The return value consists of a process box object. Using this object allows you to access the data of the individual steps as well as the amount of the steps it contains. The step data will be displayed in form of a list of step instance objects.
In case the requested user does not exist, an error message will be returned.
Method reference
Parameters |
Data type |
Description |
|---|---|---|
userName |
Username |
Return value: ServiceObject_ProcessBox; ProcessBox object