Skip to main content
Skip table of contents

getRequestItem

This method retrieves the Request Item for a given item id.

Returns: A DocuFetchRequestItemInfo object.

cg.DocuFetchRequestItemInfo getRequestItem (Id requestItemId)

JAVA
// Get Request Item by Id
Id sampleRequestItemId = 'a1bXXXXXXXXXXXXXXX'; // e.g. DocuFetch request item ID
cg.DocuFetchRequestItemInfo itemById = cg.DocuFetchTools.getRequestItem(sampleRequestItemId);
System.debug('Request Item by id: ' + itemById);
JavaScript errors detected

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

If this problem persists, please contact our support.