Webapi Todocument output instead of Base 64.. Is it possible to read document for other systems instead of Base 64?

Certified Lead Developer

Hi Guys,

In my project, we currently did a webapi to get the base 64 from system and pass into different system as base64. Due to this in prod we are facing large memory sizing and I came to know instead of passing bas64 we have a option to pass todocument to reduce the memory size . However, my question how other system can read if we are passing document? Please confirm the approach is possible or else suggest some other approach.

Thanks,

Pradeep Sridharan

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Stefan Helzle

    Thanks for your response.

    Actually my design of the Webapi showing below,

    • Other systems Calling Appian Webapi.
    • Appian Webapi Calling Appian Integration to call some other system to get base 64
    • Pass base 64 to calling system.
    • Their side it will convert to document and showing download option to the user.

    My queries:

    • Instead of using base 64 can we use todocument and send the document to the other system, Is other system can able to read?
Children