Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Iframe
allowfullscreentrue
srchttps://info.openpath.com/hubfs/Openpath/images/kustomer-articles/qr_json_edit.png
width700
frameborderhide
titleQR edit JSON
alignleft
height301
longdescEdit JSON

The output of the QR Code Read event webhook includes the event name, time of the event, and data of the event. The QR code read data includes the parsed QR code string as well as the detail of which Alta Access ACU device this event was related to.

Code Block
languagejson
{
    "event": "opvideoDevice.qrCode.detected",
    "timestamp": 1699390723.60129,
    "data": {
        "qrCodes": [
            "http://en.m.wikipedia.org "
        ],
        "acu": {
            "id": 17444,
            "name": "Test Video Intercom",
            "opal": "opal:sandbox:helium:alpha:302:acu:17444"
        },
        "gatewayDevice": {
            "name": "Test Video Intercom",
            "opal": "opal:sandbox:helium:alpha:302:acu:17444",
            "type": "acu",
            "uid": "17444"
        },
        "opvideoDeviceId": 62,
        "org": {
            "id": 302,
            "name": "IMVP2 Dev Org",
            "opal": "opal:sandbox:helium:alpha:302:org:302"
        },
        "sourceDevice": {
            "opal": "opal:sandbox:helium:alpha:302:opvideoDevice:62",
            "type": "opvideoDevice",
            "uid": "62"
        }
    }
}