Hi!
When calling /items/{pid}/resource/stream we get an octet-stream with the IDM document as a binary stream, this can be handled through a normal C# or Java code, just parse the stream and convert the stream to a Base64.
However, when running this API from ION Desk (Data Flow), I have a hard time understanding how I can call this API within a Data Flow node, and then receiving the Data in a Scripting node and converting that stream result into a Base64.
Is it possible to get an IDM payload in a Data Flow, and successfully parse in as a Base64 without having to include a 3rd party service?