Retrieving Approval Page URL
This API gets the approvals page URL for the given approval request. This API accepts the approval request object as input parameter.
| API | Signature | 
|---|---|
| getMyApprovalsPageUrl | webService static String getMyApprovalsPageUrl(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 | 
| myApprovalPageURL | String | The URL of the approval page. | 

