Permission for Approving or Rejecting a List of Approval Requests
This API determines whether a given user can approve or reject a list of approval requests. This API accepts a user ID and list of approval requests as input parameters and returns a list of approval requests the user has permissions to. For details on the input structure, refer to PermissionResponseDTO.
API |
Signature |
---|---|
canApproveOrReject |
WebService static List<PermissionResponseDTO> canApproveOrReject(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 approval 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.