Taking Ownership of an Approval Request
This API takes ownership of the given approval request. This API accepts Approval Request and Comments as request parameters. The same user must run the API to take ownership of the approval request.
API |
Signature |
---|---|
takeOwnershipOfRequestsBulk |
WebService static Boolean takeOwnershipOfRequestsBulk(List<BulkActionRequest> actionRequests); |
Request Parameters | |||
---|---|---|---|
Name |
Type |
Required? |
Description |
requestId | ID |
Yes |
ID of the approval request. |
Comments | String |
No |
User can provide comments, while taking ownership. |
Response Parameter | ||
---|---|---|
Name |
Type |
Description |
result | Boolean |
Returns true if the API is executed successfully. |
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.