Retrieving Documents from Conga File Store
When a batch of documents is generated using High Volume Document Generation, the created documents will be temporarily stored in the Conga File Store automatically. These documents are stored for 1 day and are encrypted.
If you want to retrieve a file, you must identify the CongaJobId of the batch and run a request to retrieve the job ID of the merge request. First, run a batch summary to gather the status of the generated documents.
Required parameter:
batchId: The Id of the High Volume Document Generation batch that was run.
Method | GET |
Endpoint | https://coreapps-rlsprod.congacloud.com/api/highvolumemerge/v1/status/{{batchId}}/summary |
Required Parameters:
batchId: The Id of the High Volume Document Generation batch that was run.
documentId: The CongaJobId value of the document you wish to retrieve.
Method | GET |
Endpoint | https://coreapps-rlspreview.congacloud.com/api/highvolumemerge/v1/document/{{batchId}}/{{documentId}} |