Skip to main content
Skip table of contents

getAllRequestItemsByRequestId

Gets all items associated with a specific request.

Returns: List of DocuFetchRequestItemInfo.

JAVA
// Get All Request Items of a Request
Id sampleRequestId = 'a1bXXXXXXXXXXXXXXX'; // e.g. DocuFetch request ID
List<cg.DocuFetchRequestItemInfo> itemListOfRequest = cg.DocuFetchTools.getAllRequestItemsByRequestId(sampleRequestId);
System.debug('All request items of the request ' + sampleRequestId + ' : ' + itemListOfRequest);

JavaScript errors detected

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

If this problem persists, please contact our support.