Return fields for a specific document
Wednesday, February 20, 2019 at 10:31amHi,
We are currently using the UI to create the package, inject the fields, then use the Java SDK API to download the documents. I found this below which retrieves a list of field values at the package level. But we are looking in a way to retrieve the fields by documents. Â
eslClient.getFieldValues(packageId)
Using this function below, it does not return the fields and values. Can you please let me know if there is a function that can return the fields and values for a specific document?
document.getInjectedFields();Â
Reply to: Return fields for a specific document
Thursday, February 21, 2019 at 04:09am