Download QRCode image from rest API

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • diyoyo
    Member
    • Jul 2018
    • 88

    Download QRCode image from rest API

    Hi, is there a way to download the QRCode image using REST?
    Thanks.
  • esforim
    Active Community Member
    • Jan 2020
    • 2206

    #2
    Not that I'm aware of, it is a base64 encode... so workaround would be to encode it on your system, here how the URL get 'create'. Not sure if you can create an image using the PDF Template, perhaps that is also another way to go about doing it.

    data:image/png;base64

    Comment

    Working...