Is there any way to expose a Appian document as BloB URL to external system API?

Certified Senior Developer

Hi Everyone,

We have requirement where external API expecting a Appian Document as BLOB URL where external system to download/read the file.

In simple words How to upload a Appian document as BOLB URL to external systems?

Thanks in Advance.

  Discussion posts and replies are publicly visible

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

    Thanks Stefan,

    i have created a Web API based on Document download template with default GET as HTTP Method. 

    Now sample webapi for one of the document with id like "https://<ourAppianCloudInstance>/suite/webapi/downloadapi/7024"

    Can I give this URL as BLOB URL when the external API expecting a BLOBUrl as parameter intheir input payload?

Children