Related Topics
wsUtil
This method will authenticate web service requests. Call this method prior to other web service calls. It will automatically populate the SOAP header with a validation token that enables subsequent web service calls.
Input Parameters
User: The built-in or Windows UserID to use for the context of all calls.
Password: The password for this UserID.
Returns
Boolean: True if the operation succeeds.
This method will authenticate web service requests. Call this method prior to other web service calls. The return is a JSON string with the session ID.
Input parameters
User: The built-in or Windows UserID to use for the context of all calls.
Password: The password for this UserID.
Returns
JSON: The Session ID.
This method will retrieve the task list for a user.
Input Parameters
PID: The Partition ID in which to locate the tasks. You may pass an empty string to retrieve from all partitions.
User: The UserID of the user whose task list to return.
Returns
String: An array of URL strings for task list entries.
This method will retrieve the task list for a user. This is most commonly used for unauthenticated users, who are only identifiable by email address.
Input Parameters
PID: The Partition ID in which to locate the tasks (pass the empty string for all partitions).
Email: The email address of the user whose task list to return.
Returns
String: An array of URL strings for task list entries.
This method will set the context UID for all future web service calls. For instance, this UID will be used as the current user for running Knowledge Views, permission checking, etc.
Input Parameters
UID: The ID of the user to use for the context of all calls
Returns
Boolean: True if the operation succeeds.
Documentation Feedback and Questions
If you notice some way that this document can be improved, we're happy to hear your suggestions. Similarly, if you can't find an answer you're looking for, ask it via feedback. Simply click on the button below to provide us with your feedback or ask a question. Please remember, though, that not every issue can be addressed through documentation. So, if you have a specific technical issue with Process Director, please open a support ticket.