Hi,
I am trying to build an API flow that uses IDM API stream.
When I test IDM API within API flow it works fine.
However when I test API flow I get this result.
Is there a way to make it to work?
Regards
Kirill
Hi everybody,
Any ideas why it's not working?
Output of that API call is the Object in binary onlyPlease check Documentation: Returns the specified item's main resource file as a stream.Response content type : application/octet-stream;charset=utf-8
Testing in API Flow also shows the binary response.
Hi Christiaan,
Thank you for your reply.
So it's impossible to built API flow with API call "IDM/api/items/{pid}/resource/stream", correct?
it outputs the contents of the file. Only when that can be used as input JSON in the next step it can be used. I don't see a use case. Typically you don't store JSONs in IDM before processing them.
Thanks!
It's for and integration of M3 with 3rd party app.