Hello,
one of the REST webservice returns the file. is there any way I can download that in knowledge center and show the link on SAIL form ?
Have anyone implemented this kind of solution ?
Thanks,
Tushar
Discussion posts and replies are publicly visible
Hi tushark171 a quick question here:
Is this REST API defined in Appian using WEB-API or in some Third-Party system and you are trying to consume it and want to download the document as part of this activity?
Scenario - 1 (When an API is defined in Appian and you are expecting some third-party system to push the data into it)
Scenario - 2 (When there is an API defined by some third party system and Appian need to consume it)
Out of interest, why do you want store these documents into Appian? As you know that Appian is not a Content Management System and hence i would not recommend you to store huge volume of documents into KC, because this may result into server performance slowness.
You should consider any content management system (if possible) such as Alfreso, Sharepoint or Azure and use their unique link generated against each document upload, to shown it on Appian SAIL UI.
Hope this will help.