does anyone know if there is API which can be used to upload a document to a business workspace by using the document...
Asked 1 year agoModified yesterdayViewed 268
timesAsked By Sai Kiran Malla
0
does anyone know if there is API which can be used to upload a document to a business workspace by using the document type rule/smart document type rule where the uploaded document goes to the folder inside the workspace based on the doc type? like similar to the file upload widget
Answers
0
I don't think so. We had achieved this using 2 API's. First call the webreport REST API to find the folder id based on doc type and user id. And then call the file upload API.