...
Iframe |
---|
allowfullscreen | true |
---|
src | https://info.openpath.com/hubfs/Openpath/images/kustomer-articles/qr_json_edit.png |
---|
width | 700 |
---|
frameborder | hide |
---|
title | QR edit JSON |
---|
align | left |
---|
height | 301 |
---|
longdesc | Edit 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 |
---|
|
{
"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"
}
}
} |