Get Base64 from REST API to Retrieve Attachment from a Process
Summary:
I am using following REST API to get the attachment and it works fine on postman.
Content (required):
I am not sure what or how should I configure the REST adapter to get the file in base64 format. The attachment in process rest api provides file url in stream.
Retrieve Attachment REST API:
/ic/api/process/v1/processes/{processId}/attachments/{attachmentName}/stream
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Using two rest adapter and both are having identical response settings;
Showing Error:
Tagged:
0