#api #restapi

How to return binary data through REST API extension?

Hello,

I'm trynig to make a process which involves file handling (uploading files in a case to be downloaded in a later case by a separate user) and prepared everything by consuming the file input from the uploading case in an out connector that uploads the raw binary content to a separate service that is on localhost only. However now on the downloading side I'm trying to implement this using a REST API extension, since I want to be able to verify the accessing user before letting them download the file from the separate service.

Notifications