Permission for Taking Ownership of a List of Approval Requests
This API determines whether a given user can take ownership of a list of approval requests. This API accepts a user ID and list of approval requests as input parameter and returns a list of approval requests the user has permissions to. For details on the input structure, refer to PermissionResponseDTO.
API |
Signature |
---|---|
canTakeOwnership |
WebService static List<PermissionResponseDTO> canTakeOwnership(ID userId, List<Approval_Request__c> requests); |
Request Parameters | |||
---|---|---|---|
Name |
Type |
Required? |
Description |
userId | ID |
Yes |
ID of a given user. |
Approval_Request__c | List |
Yes |
List of approval requests. |
Response Parameter | ||
---|---|---|
Name |
Type |
Description |
PermissionResponseDTO | List |
List of aaproval requests. |
Integration Details
Use the following information in your integrations with Conga Approvals API. Refer to Integrating Conga with External Systems to get started.
API Prerequisites
None.