Retrieve a Runtime Ad Hoc Approval Process
This API enables you to retrieve a runtime ad hoc approval process. This API accepts the context object type and ID as input parameters and returns the ad hoc process definition.
API |
Signature |
---|---|
GetRuntimeAdhocApprovalProcess |
webService static Apttus_Approval.AdhocApprovalProcessDTO GetRuntimeAdhocApprovalProcess(String sObjectType, Id sObjectId) |
Request Parameters | |||
---|---|---|---|
Name |
Type |
Required? |
Description |
sObjectId | ID |
Yes |
ID of the approval context object. |
sObjectType | Type |
Yes |
Type of the approval context object. |
Response Parameter | ||
---|---|---|
Name |
Type |
Description |
result | Boolean |
The runtime ad hoc approval process structure. |
Code Sample
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.