Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

download

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.

Run Batch Summary
MethodGET
Endpointhttps://coreapps-rlsprod.congacloud.com/api/highvolumemerge/v1/status/{{batchId}}/summary
Once you have retrieved the merge summary, add the job ID to the following method:

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.

Retrieve Merged Documents
MethodGET
Endpointhttps://coreapps-rlspreview.congacloud.com/api/highvolumemerge/v1/document/{{batchId}}/{{documentId}}
The file will display in your downloads tray once the request has finished.