Hi Alkenani,
Here are the SOAP methods for retrieving user IDs or group names linked to specific requests or request items. Please let me know if you require any additional information.
Soap Method: getPendingActionAssigneesByRequestItemID:
It returns a concantenated string of userids/groupnames for whom the active pending actions assigned.
Signature |
getPendingActionAssigneesByRequestItemID(String sessionID, int requestItemID) |
|
Required Parameters |
|
Soap Method: getPendingActionsForRequest:
It returns a list of user ids or group names that have pending actions for the specified request.
Signature |
getPendingActionsForRequest(String sessionID, int requestID) |
|
Required Parameters |
Thanks,
Seetharam
|