This API gets the approvals page URL for the given approval request. This API accepts the approval request object as input parameter. 

APISignature
getMyApprovalsPageUrlwebService static String getMyApprovalsPageUrl(Apttus_Approval__Approval_Request__c requestSO)
Request Parameters
NameTypeRequired?Description

Approval_Request__c requestSO

ObjectYesThe approval request object.
Response Parameter
NameTypeDescription
myApprovalPageURLStringThe URL of the approval page.