Downloading Business Data with the API
AnsweredI would like to download my business data.
I can export the search results from the operation screen, but I can't download the files all at once. Is there any way to get all the business data including attachments in one place, or is it possible using the API?
-
Thank you very much for your enquiry.
By using the Workflow API you can retrieve the results of a Process search/Task search that contains business data. It is also possible to retrieve files attached to File-type Data Items.
- To search for a Process: /API/OR/ProcessInstance/list
- To search for a Task: /API/OR/Workitem/list
- To retrieve a file: /API/OR/ProcessInstance/File/download
The following tutorial article will guide you through the process:
As for the files, one way is to configure a workflow App to automatically upload them to online storage such as Google Drive or Box.
Please sign in to leave a comment.
Comments
1 comment