Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

download

Retrieving Approval History

This API gets the approval history associated with the approval request. This API accepts the approval request object as an input parameter and returns a list of the approval history objects.

API

Signature

getApprovalHistory

webService static List getApprovalHistory(Apttus_Approval__Approval_Request__c requestSO)

Request Parameters

Name

Type

Required?

Description

Approval_Request__c requestSOObject

Yes

The approval request object.

Response Parameter

Name

Type

Description

approvalHistorySOList<Approval_Request__c>

List of approval history objects.