Use Cases


QR Code for latest PDF

One client's requirement included having a QR code that would direct to the latest PDF file from multiple Chautec CMS folders separated by year.

  1. User scans QR code
  2. QR code links to a lambda (or proxy)
  3. Lambda uses the API to fetch the latest file component inside the folder (e.g. /api/v1/component/2/pdfs?children=content&levels=2&order=date&direction=desc&limit=1)
  4. Lambda uses the response from step 3 to direct the user to the PDF file

 

QR code for latest PDF