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

APISignature
getReassignPageUrlwebService static String getReassignPageUrl(Apttus_Approval__Approval_Request__c requestSO)
Request Parameters
NameTypeRequired?Description

Approval_Request__c requestSO

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