Hello,
How can I download a document that is stored in Appian from an external system?Currently, I am document(documentId, "url") to get the document's URL, then storing that URL to a table.
My external system is grabbing that URL and attempting to CURL the url to download the file.
An HTML document requesting the user to sign in is returned, so I am assuming that I must authenticate to Appian.
Is there any documentation that can be pointed out on this process? I could not find anything in the docs.
Thank you
Discussion posts and replies are publicly visible
When you create a new Web API, there is even a template for exposing documents to external systems.