Permission for Adding an Ad Hoc Approver
This API determines whether a given user can add an ad hoc approver to 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 |
---|---|
canAddAdhocApprover |
WebService static List<PermissionResponseDTO> canAddAdhocApprover(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. See Integrating Conga with External Systems to get started.
API Prerequisites
None.