Retrieve Status for High Volume Merge Requests
Once the documents begin to merge and send, you can verify the status of the process by checking against the batchId(s) of the merge requests using the following API settings.
You will need to get the batchID of the merge in question and add that into the Request Endpoint. This id will be the result of a successful merge operation.
Code: 200 | Successful Operation |
Body |
Retrieve Status of High Volume Merge Batch
Method | GET |
Request Endpoint | https://coreapps-rlspreview.congacloud.com/api/highvolumemerge/v1/status/{{batchId}} |
Body |
Download High Volume Batch Summary
To download a summary of high volume merge status, you can include the summary value after the batchId:
Method | GET |
Request Endpoint | https://coreapps-rlspreview.congacloud.com/api/highvolumemerge/v1/status/{{batchId}}/summary |