Release 2023.12 (12/14)
Summary of new features in this release
API Endpoint to get Document Details
CrushBank now offers an endpoint in its API that allows you to pull the details of a document after running a search.
The /document endpoint takes the documentId parameter from the /search call and returns the data for the document. If the document is a file, the response will include the base64 encoding for the file which you can use to generate the file. Otherwise, the response will include the actual text of the document.