-
Type:
New Feature
-
Status: Done
-
Priority:
High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: Enhancements - Fall
-
Labels:
-
Company:All Clients/Multiple Clients
New API for download the document by document ID.
API: 'api/document/download?id=2046&stream=true'
Here 'id' parameter is document ID. 'stream' parameter tells whether to download the file or give file content in JSON response. If set to true, it will give the file directly, if false, it will return JSON response with file content in Base64 string
Environment: Preprod OneIm and Postman
API: api/document/download?id=2046&stream=true
Points covered:
1. Incorrect document Id > Pass
2. Correct document ID > Pass
3. Stream = True > Pass
4. Stream = False > Pass
5. Stream = 0 > Pass
So, marking jira done.
Hrishikesh Deshpande Sachin Hingole Rohan J Khandave Samir