CA Service Management

 View Only

 soap call to capture the latest action taker of a request

Mohammed AlKenani's profile image
Mohammed AlKenani posted Jul 03, 2025 08:41 AM

hello,

is there a catalog soap method that can return the id of the user who took that latest action on a request...

Hi Seetharam,

These methods will return with whom there are pending actions, what I was asking for is how to capture who actually took the action.

Something similar to $completed_rpa_by_user$

Regards,

Mohammed…

Seetharamaiah Uggirala's profile image
Broadcom Employee Seetharamaiah Uggirala

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
sessionID
requestItemID

 

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
sessionID
requestID

Thanks,

Seetharam