How to fetch the attachments from approvals through REST API?
Hi Team,
We are trying to fetch the attachments through REST API which are uploaded as part of personal information changes and routed for approvals.
We have followed the steps from the below Oracle Doc.
How to obtain the File Attached at the Time Of Sending The Transaction For Approval Via Integration (Doc ID 2715963.1)
When trying to fetch the attachment using the below URL, from REST API using GET function, we are getting the error 'TaskAttachment not found for the given taskId Fix: There is no attachment in task. Try adding an attachment'
/bpm/api/4.0/tasks/{id}/attachments/{attachmentName}
When trying to fetch the task using below URL, it says 'Task not found for given id'