Skip to main content
Skip table of contents

getAllRequests

This method gets all existing DocuFetch Requests.

Returns: A list of all DocuFetchRequestInfo objects.

List<cg.DocuFetchRequestInfo> getAllRequests ()

JAVA
// 1. Get All Requests
List<cg.DocuFetchRequestInfo> allRequests = cg.DocuFetchTools.getAllRequests();
System.debug('All Requests: ' + allRequests);

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.