Hi
What path should I use for web api document download?
image is uploaded to appian's image folder and
How should I specify that image folder?
Discussion posts and replies are publicly visible
I am not sure what exactly you are asking for. The folder to where Appian stores the file cannot be made dynamic.
Put a document into a constant and use that constant in the HttpRsponse.
E.g.
body: todocument(cons!DOC_TO_BE_DOWNLOADED)