Approving Bulk Approval Requests
You can approve bulk approval requests with the approveRequestsBulk API. This API accepts the object type and the object ID of the context object as input parameters. You can also add comments to your approval requests. You cannot approve approval requests with attachments.
If you submit previously submitted or approved approvals as part of bulk approval request, the approval request is resubmitted.
This API is useful to approve a large number of requests for the same context objects (another API, ApproveContextRequestsBulk, is for approving requests from different context objects). For example, to approve five requests on a particular agreement at once, use the approveRequestsBulk API, providing the requests' comments and IDs as parameters.
API |
Signature |
---|---|
approveRequestsBulk |
webService static Id approveRequestsBulk(List actionRequests) |
Request Parameters | |||
---|---|---|---|
Name |
Type |
Required? |
Description |
actionRequests | List |
Yes |
List of requests to bulk approve |
Response Parameter | ||
---|---|---|
Name |
Type |
Description |
Id | ID |
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.