Hello,
I figured out how to perform a search on InfoArchive using API's and search compositions. In the response there is a result list with all the metadata, including the attachment. The attachment shows an url.
When doing a GET on this url, the document is retrieved from InfoArchive. In this case I have to do 2 API calls for retrieving the document:
- execute a search to get the attachment url
- Do a get on that attachment url to retrieve the document.
Is there a possibility to retrieve the document with one request, for example by using a unique identifier?