Retrieving Approve or Reject Page URL
This API gets the approve/reject page URL for the given approval request. This API accepts the approval request object as input parameter.
| API | Signature | 
|---|---|
| getApproveRejectPageUrl | webService static String getApproveRejectPageUrl(Apttus_Approval__Approval_Request__c requestSO) | 
| Request Parameters | |||
|---|---|---|---|
| Name | Type | Required? | Description | 
| Approval_Request__c requestSO | Object | Yes | The approval request object. | 
| Response Parameter | ||
|---|---|---|
| Name | Type | Description | 
| approveRejectPageURL | String | The URL of the approve/reject page. | 

